Some more cleanup.

This commit is contained in:
Burak Kaan Köse
2026-04-05 13:18:50 +02:00
parent c1ab49fb1d
commit ca19297b92
22 changed files with 444 additions and 302 deletions
+1
View File
@@ -231,6 +231,7 @@ public partial class App : WinoApplication,
if (windowManager.GetWindow(WinoWindowKind.Welcome) is not WelcomeWindow welcomeWindow)
return;
welcomeWindow.PrepareForClose();
welcomeWindow.AllowClose();
welcomeWindow.Close();
}