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