Skip to content

Commit b0e268d

Browse files
committed
Merge #16969: refactor: Remove Qt function to disable menu icons on macOS
3eea6a8 refactor: Remove Qt function to disable menu icons on macOS (Emil Engler) Pull request description: As menu icons were removed in #16612, this removes an unnecessary function for macOS Could this get into v0.19.0? ACKs for top commit: jonasschnelli: utACK 3eea6a8 promag: ACK 3eea6a8. fanquake: ACK 3eea6a8 Tree-SHA512: b3f2f5ed1141f546351433160e27d95dad914739e89dd3438d11756ca5aa41501f0f08345f2b50415717d88517894d73c1065b17f1bda38132374cc58c08df54
2 parents 696b5eb + 3eea6a8 commit b0e268d

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)