Skip to content

Commit 528bb17

Browse files
committed
GUI - don't show icons in menubar (mainly for Windows)
1 parent e75b59d commit 528bb17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
112112

113113
printAsciiArtLogo();
114114

115+
QApplication::instance()->setAttribute(Qt::AA_DontShowIconsInMenus, true);
116+
115117
this->splash = splash;
116118

117119
// API and Client

0 commit comments

Comments
 (0)