mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-06 13:46:47 +00:00
fix(BRIDGE-329): fix menu bar icons not displayin on macOS
This commit is contained in:
parent
5c12b00e70
commit
0cbcd0bf13
@ -29,7 +29,7 @@ using namespace bridgepp;
|
||||
//****************************************************************************************************************************************************
|
||||
BridgeApp::BridgeApp(int &argc, char **argv)
|
||||
: QApplication(argc, argv) {
|
||||
|
||||
setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user