refactor: Remove Qt function to disable menu icons on macOS
This commit is contained in:
parent
ab765c2ec7
commit
3eea6a8f26
1 changed files with 0 additions and 3 deletions
|
@ -436,9 +436,6 @@ int GuiMain(int argc, char* argv[])
|
|||
#if QT_VERSION >= 0x050600
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
#endif
|
||||
#ifdef Q_OS_MAC
|
||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||
#endif
|
||||
|
||||
BitcoinApplication app(*node);
|
||||
|
||||
|
|
Loading…
Reference in a new issue