Shortcut for update balance (#184)

Fixed small mistake

Merge branch 'master' into master

Shortcut for update balance

Reviewed-on: feather/feather#184
remotes/1691844314220217825/master
SmashTR 3 years ago committed by tobtoht
parent c4c8a43eb7
commit 8401b79bf9

@ -406,6 +406,7 @@ void MainWindow::initMenu() {
ui->actionClose->setShortcut(QKeySequence("Ctrl+W"));
ui->actionShow_debug_info->setShortcut(QKeySequence("Ctrl+D"));
ui->actionSettings->setShortcut(QKeySequence("Ctrl+Alt+S"));
ui->actionUpdate_balance->setShortcut(QKeySequence("Ctrl+U"));
// hide/show tabs
m_tabShowHideSignalMapper = new QSignalMapper(this);

Loading…
Cancel
Save