Skip to content

Commit 513e025

Browse files
committed
Merge pull request #5858
9bbb880 [Qt] fix a issue where "command line options"-action overwrite "Preference"-action (on OSX) (Jonas Schnelli)
2 parents d7989c0 + 9bbb880 commit 513e025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ void BitcoinGUI::createActions()
340340
openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));
341341

342342
showHelpMessageAction = new QAction(TextColorIcon(":/icons/info"), tr("&Command-line options"), this);
343+
showHelpMessageAction->setMenuRole(QAction::NoRole);
343344
showHelpMessageAction->setStatusTip(tr("Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options"));
344345

345346
connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));

0 commit comments

Comments
 (0)