mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
fix(BRIDGE-329): fix menu bar icons not displayin on macOS
This commit is contained in:
@ -29,7 +29,7 @@ using namespace bridgepp;
|
||||
//****************************************************************************************************************************************************
|
||||
BridgeApp::BridgeApp(int &argc, char **argv)
|
||||
: QApplication(argc, argv) {
|
||||
|
||||
setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user