From 3eea6a8f2686352a0fd868fee6af42ef1283bdda Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Thu, 26 Sep 2019 19:42:16 +0200 Subject: refactor: Remove Qt function to disable menu icons on macOS --- src/qt/bitcoin.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qt/bitcoin.cpp') diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 46f8deee57..ec6075c8fb 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -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); -- cgit v1.2.3