mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
[Workspaces] add closing of the module after the Editor is closed. (#34533)
This commit is contained in:
parent
a59a07278a
commit
ae5a61edeb
@ -103,6 +103,7 @@ namespace WorkspacesEditor
|
||||
}
|
||||
|
||||
Dispose();
|
||||
Environment.Exit(0);
|
||||
}
|
||||
|
||||
private void OnUnhandledException(object sender, UnhandledExceptionEventArgs args)
|
||||
|
Loading…
Reference in New Issue
Block a user