aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmil Engler <[email protected]>2019-09-26 19:42:16 +0200
committerEmil Engler <[email protected]>2019-09-26 19:42:16 +0200
commit3eea6a8f2686352a0fd868fee6af42ef1283bdda (patch)
tree351712318813dfd20d1ba1deff55d6564b14e498 /src
parentMerge #16577: util: CBufferedFile fixes and unit test (diff)
downloaddiscoin-3eea6a8f2686352a0fd868fee6af42ef1283bdda.tar.xz
discoin-3eea6a8f2686352a0fd868fee6af42ef1283bdda.zip
refactor: Remove Qt function to disable menu icons on macOS
Diffstat (limited to 'src')
-rw-r--r--src/qt/bitcoin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 46f8deee5..ec6075c8f 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);