Skip to content

Commit 9c80fd3

Browse files
committed
Force the use of in-window menu
KDE global menu with MusE sucks. Signed-off-by: Icenowy Zheng <[email protected]>
1 parent 73a05e4 commit 9c80fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/muse/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ int main(int argc, char* argv[])
836836
MusEGlobal::config.startSong = "";
837837
}
838838

839+
app.instance()->setAttribute(Qt::AA_DontUseNativeMenuBar, true);
839840
app.instance()->setAttribute(Qt::AA_DontShowIconsInMenus, !MusEGlobal::config.showIconsInMenus);
840841
app.instance()->setAttribute(Qt::AA_DontUseNativeDialogs, !MusEGlobal::config.useNativeStandardDialogs);
841842

0 commit comments

Comments
 (0)