Skip to content

Commit

Permalink
GUI - don't show icons in menubar (mainly for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 21, 2024
1 parent e75b59d commit 528bb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/gui/qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)

printAsciiArtLogo();

QApplication::instance()->setAttribute(Qt::AA_DontShowIconsInMenus, true);

this->splash = splash;

// API and Client
Expand Down

0 comments on commit 528bb17

Please sign in to comment.