mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Add environment exit statement (#4496)
This commit is contained in:
@@ -72,6 +72,9 @@ namespace Microsoft.PowerToys.Settings.UI.Runner
|
||||
MessageBoxButton.OK);
|
||||
app.Shutdown();
|
||||
}
|
||||
|
||||
// Terminate all threads of the process
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user