mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-19 21:31:33 +02:00
refactor: Remove Qt function to disable menu icons on macOS
This commit is contained in:
parent
ab765c2ec7
commit
3eea6a8f26
@ -436,9 +436,6 @@ int GuiMain(int argc, char* argv[])
|
|||||||
#if QT_VERSION >= 0x050600
|
#if QT_VERSION >= 0x050600
|
||||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
BitcoinApplication app(*node);
|
BitcoinApplication app(*node);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user