From 4167f55ad8e755bcd3316a1b00fcff37d3c5b6e3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 24 May 2025 09:44:50 -0400 Subject: [PATCH] Remove debug check for GlobalMenu I accidentally included this in the commit, and it passed through review, oops. Amends 76919a13b8dfa1bc1f30a3bf11f39fe56c70715b. --- src/app/qml/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/Main.qml b/src/app/qml/Main.qml index edee7a855..4388a7e46 100644 --- a/src/app/qml/Main.qml +++ b/src/app/qml/Main.qml @@ -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 }