diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 787acb1..bedbdcc 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.7"; + public static string version = "3.6.8"; 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/MVVM/View/DiscordRpcView.xaml b/WeeXnes/MVVM/View/DiscordRpcView.xaml index 1457e05..60b4822 100644 --- a/WeeXnes/MVVM/View/DiscordRpcView.xaml +++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ + VerticalAlignment="Top"> @@ -37,6 +37,7 @@ VerticalAlignment="Top" Background="Transparent" BorderThickness="0" + Name="RpcItemList" Foreground="White" SelectionChanged="RpcItemList_SelectionChanged" @@ -47,7 +48,7 @@ - diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj index bc71dd0..9102a7c 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 3.6.7 + 3.6.8 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes