New startup window.

This commit is contained in:
Burak Kaan Köse
2026-03-05 10:12:03 +01:00
parent d45d3faa89
commit db5ecd60e4
46 changed files with 1857 additions and 234 deletions
+2 -2
View File
@@ -291,8 +291,8 @@ public sealed partial class ShellWindow : WindowEx, IWinoShellWindow,
UnregisterRecipients();
// Close the window
Close();
var windowManager = WinoApplication.Current.Services.GetService<IWinoWindowManager>();
windowManager?.CloseAllWindows();
// Exit the application
Application.Current.Exit();