diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs
index d623a2f..485e280 100644
--- a/WeeXnes/Core/Globals.cs
+++ b/WeeXnes/Core/Globals.cs
@@ -16,7 +16,7 @@ namespace WeeXnes.Core
public static string encryptionKey = "8zf5#RdyQ]$4x4_";
public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes");
public static string SettingsFileName = "settings.ini";
- public static string version = "3.6.9";
+ public static string version = "3.7.0";
public static bool info_isRpcRunning = false;
public static bool info_RpcAutoStart;
public static string apiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest";
diff --git a/WeeXnes/MainWindow.xaml b/WeeXnes/MainWindow.xaml
index 4dd8140..5d2dc60 100644
--- a/WeeXnes/MainWindow.xaml
+++ b/WeeXnes/MainWindow.xaml
@@ -162,9 +162,37 @@
HorizontalAlignment="Right"
VerticalAlignment="Top"
Margin="0,0,50,0"
+ Background="#25272e"
Style="{StaticResource ModernMinimizeButton}"
Grid.Column="1"
- Visibility="Hidden"/>
+ Visibility="Hidden"
+ Cursor="Hand">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visibility="Hidden"
+ Cursor="Hand">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Background="{TemplateBinding Property=Background}">
+ Background="{TemplateBinding Property=Background}">
Debug
AnyCPU
- 3.6.9
+ 3.7.0
{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}
WinExe
WeeXnes