From 10e304b0e750a4d4c265270975dff1826862eded Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 15 Aug 2023 19:17:26 +0200 Subject: [PATCH 1/2] Cleanup --- .../Common/UserSettings/SettingsController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/StatisticsAnalysisTool/Common/UserSettings/SettingsController.cs b/src/StatisticsAnalysisTool/Common/UserSettings/SettingsController.cs index 6d32253f1..5ba1be512 100644 --- a/src/StatisticsAnalysisTool/Common/UserSettings/SettingsController.cs +++ b/src/StatisticsAnalysisTool/Common/UserSettings/SettingsController.cs @@ -5,7 +5,6 @@ using System.Reflection; using System.Text; using System.Text.Json; -using System.Threading.Tasks; using System.Windows; namespace StatisticsAnalysisTool.Common.UserSettings; @@ -19,7 +18,7 @@ public class SettingsController public static void SetWindowSettings(WindowState windowState, double height, double width, double left, double top) { - if(windowState != WindowState.Maximized) + if (windowState != WindowState.Maximized) { CurrentSettings.MainWindowHeight = double.IsNegativeInfinity(height) || double.IsPositiveInfinity(height) ? 0 : height; CurrentSettings.MainWindowWidth = double.IsNegativeInfinity(width) || double.IsPositiveInfinity(width) ? 0 : width; From 268fcd0f6529b9ba186f44ec1617bbbc5f1ab544 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 15 Aug 2023 19:34:43 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef0d051e9..4bf74865a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A tool to easily read auction house data with a loot logger, damage meter, dunge - Installing **Npcap** Free Edition (v1.6 or higher) [here](https://npcap.com/#download) (For Game tracking) **Download the Statistics Analysis Tool** -- [**DOWNLOAD**](https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/releases/download/v6.0.0/StatisticsAnalysis-AlbionOnline-v6.0.0-x64.zip) +- [**DOWNLOAD**](https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/releases/download/v6.3.1/StatisticsAnalysis-AlbionOnline-v6.3.1-x64.zip) Unzip the `.zip` file and start `StatisticsAnalysisTool.exe` with a double click. You may not be able to see the `.exe`. Don't worry, usually it's the file with the icon. ![tool_dir](https://user-images.githubusercontent.com/14247773/170473306-4dcc629e-384e-41b2-ada8-657cabe1b472.png)