Skip to content

Commit 3eea6a8

Browse files
committed
refactor: Remove Qt function to disable menu icons on macOS
1 parent ab765c2 commit 3eea6a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qt/bitcoin.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ int GuiMain(int argc, char* argv[])
436436
#if QT_VERSION >= 0x050600
437437
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
438438
#endif
439-
#ifdef Q_OS_MAC
440-
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
441-
#endif
442439

443440
BitcoinApplication app(*node);
444441

0 commit comments

Comments
 (0)