From 8401b79bf93cf1f9e59af63c324d755574147827 Mon Sep 17 00:00:00 2001 From: SmashTR Date: Mon, 7 Dec 2020 23:26:48 +0000 Subject: [PATCH] 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 --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index be17536..ffda46c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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);