diff --git a/Patcher/PatchClient/MainWindow.xaml.cs b/Patcher/PatchClient/MainWindow.xaml.cs index 65f0d0c..1c1d8af 100644 --- a/Patcher/PatchClient/MainWindow.xaml.cs +++ b/Patcher/PatchClient/MainWindow.xaml.cs @@ -15,8 +15,6 @@ namespace PatchClient public MainWindow() { InitializeComponent(); - - this.TaskbarItemInfo = new System.Windows.Shell.TaskbarItemInfo() { ProgressState = System.Windows.Shell.TaskbarItemProgressState.Normal }; } private void RunPatcher() diff --git a/Patcher/PatcherUtils/Resources/PatchClient.exe b/Patcher/PatcherUtils/Resources/PatchClient.exe index 736d0fd..26da804 100644 Binary files a/Patcher/PatcherUtils/Resources/PatchClient.exe and b/Patcher/PatcherUtils/Resources/PatchClient.exe differ