Shortcut for update balance (#184)

Fixed small mistake

Merge branch 'master' into master

Shortcut for update balance

Reviewed-on: https://git.wownero.com/feather/feather/pulls/184
This commit is contained in:
SmashTR 2020-12-07 23:26:48 +00:00 committed by tobtoht
parent c4c8a43eb7
commit 8401b79bf9
1 changed files with 1 additions and 0 deletions

View File

@ -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);