Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
changed default value for toggleable columns
Browse files Browse the repository at this point in the history
  • Loading branch information
slimDebug committed Jul 20, 2022
1 parent 06f725b commit 526ac9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HuntMmrReader/HuntMmrReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<PackageReadmeFile></PackageReadmeFile>
<RepositoryUrl></RepositoryUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion HuntMmrReader/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It tells you the MMR ranges for the current rank and how much MMR points are mis

## Toggleable Columns

This program lets you toggle columns as you wish. You are able to toggle every column in the _Settings_ menu tab. It should look like something like that:
This program lets you toggle columns as you wish. You are able to toggle every column in the _Settings_ menu tab. It should look like this:
![toggleable-columns-image](https://user-images.githubusercontent.com/66317138/179780008-3a1d8256-661a-442a-827e-04013681bc38.png)
Just select what columns you want to hide/show.

Expand Down

0 comments on commit 526ac9c

Please sign in to comment.