Remove debug check for GlobalMenu

I accidentally included this in the commit, and it passed through
review, oops. Amends 76919a13b8.
This commit is contained in:
Joshua Goins
2025-05-24 09:44:50 -04:00
parent 76919a13b8
commit 4167f55ad8

View File

@@ -79,7 +79,7 @@ Kirigami.ApplicationWindow {
}
Loader {
active: Kirigami.Settings.hasPlatformMenuBar && !Kirigami.Settings.isMobile && false
active: Kirigami.Settings.hasPlatformMenuBar && !Kirigami.Settings.isMobile
sourceComponent: GlobalMenu {
connection: root.connection
}