Skip to content

Commit 09b924e

Browse files
Merge pull request #1293 from Icenowy/no-globalmenu
Force the use of in-window menu
2 parents 73a05e4 + 9c80fd3 commit 09b924e

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)