mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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…
Add table
Add a link
Reference in a new issue