From 526ac9cc15e4fef8488bca624f7633379810e559 Mon Sep 17 00:00:00 2001 From: Slim Debug Date: Wed, 20 Jul 2022 09:49:19 +0200 Subject: [PATCH] changed default value for toggleable columns --- HuntMmrReader/HuntMmrReader.csproj | 4 ++-- HuntMmrReader/Properties/Settings.Designer.cs | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HuntMmrReader/HuntMmrReader.csproj b/HuntMmrReader/HuntMmrReader.csproj index 43f086c..478b7e0 100644 --- a/HuntMmrReader/HuntMmrReader.csproj +++ b/HuntMmrReader/HuntMmrReader.csproj @@ -5,8 +5,8 @@ net6.0-windows enable true - 1.3.0.0 - 1.3.0.0 + 1.3.2.0 + 1.3.2.0 diff --git a/HuntMmrReader/Properties/Settings.Designer.cs b/HuntMmrReader/Properties/Settings.Designer.cs index 762ee5d..a271eb1 100644 --- a/HuntMmrReader/Properties/Settings.Designer.cs +++ b/HuntMmrReader/Properties/Settings.Designer.cs @@ -37,7 +37,7 @@ public string LastPath { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("32769")] public int DisplayOptions { get { return ((int)(this["DisplayOptions"])); diff --git a/README.md b/README.md index 793cb35..e69fabc 100644 --- a/README.md +++ b/README.md @@ -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.