[Workspaces] add closing of the module after the Editor is closed. (#34533)

This commit is contained in:
Laszlo Nemeth 2024-09-02 15:01:51 +02:00 committed by GitHub
parent a59a07278a
commit ae5a61edeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ namespace WorkspacesEditor
}
Dispose();
Environment.Exit(0);
}
private void OnUnhandledException(object sender, UnhandledExceptionEventArgs args)