mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Fixed tray middle click close when Close Minimizes option is enabled
This commit is contained in:
parent
5b494f774d
commit
d1361a7460
@ -1213,6 +1213,7 @@ Properties.Resources.DS4Update, MessageBoxButton.YesNo, MessageBoxImage.Question
|
||||
|
||||
private void NotifyIcon_TrayMiddleMouseDown(object sender, RoutedEventArgs e)
|
||||
{
|
||||
contextclose = true;
|
||||
Close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user