mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #15023: GUI: Restore RPC Console to non-wallet tray icon menu
f33efa8ec535faae96b490c34978432799ca221f GUI: Restore RPC Console to non-wallet tray icon menu (Luke Dashjr) Pull request description: #14383 moved the debug window's menu position, to make it conditional on wallet mode. The rationale given was to match the behaviour of the 'Help' menu. #14573 replaced the 'Help' menu's conditional debug window with an unconditional list of items in the new 'Window' menu. This PR reverts the no-longer-applicable part of #14383, putting the debug window back on the tray menu unconditionally, and in the position it previously had. ACKs for top commit: jonasschnelli: Tested ACK f33efa8ec535faae96b490c34978432799ca221f - the debug window is also accessible from the menu (though directly the subpages which counts IMO). Tree-SHA512: c04a588fed37a8c31cb413baaa346e3c1c18724f9b40d64b8528c517f65290930d577bccf0a794180e968e84d3c52e9fa3fdc8a40bbc5fe3418eaddd73481271
This commit is contained in:
parent
b8e420512e
commit
0ccfb45431
@ -853,10 +853,10 @@ void BitcoinGUI::createIconMenu(QMenu *pmenu)
|
||||
pmenu->addAction(signMessageAction);
|
||||
pmenu->addAction(verifyMessageAction);
|
||||
pmenu->addSeparator();
|
||||
pmenu->addAction(openRPCConsoleAction);
|
||||
}
|
||||
pmenu->addAction(optionsAction);
|
||||
pmenu->addAction(openInfoAction);
|
||||
pmenu->addAction(openRPCConsoleAction);
|
||||
pmenu->addAction(openGraphAction);
|
||||
pmenu->addAction(openPeersAction);
|
||||
if (enableWallet) {
|
||||
|
Loading…
Reference in New Issue
Block a user