@@ -1 +1 @@
-Subproject commit e1f7b5c978357058469cae0458211057d9f4cbe8
+Subproject commit 6a22e1b5affd0906a949f97b755ae588eda7980a
@@ -237,10 +237,14 @@ internal class ClassicDesktopEntry
new LocalizedString("SESSION_UNSAVED_DATA", "Shutdown"),
$"Shutdown");
- if (confirmation != ConfirmationType.Yes)
+ if (confirmation == ConfirmationType.Yes)
{
desktop.Shutdown();
}
+ else
+ {
+ e.Cancel = true;
+ }
});