mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Better mutex cleanup
This commit is contained in:
@@ -80,7 +80,6 @@ namespace Wox
|
||||
|
||||
public void CloseApp()
|
||||
{
|
||||
SingleInstance<App>.singleInstanceMutex.ReleaseMutex();
|
||||
Application.Current.Shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user