mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
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:
parent
c4c8a43eb7
commit
8401b79bf9
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ void MainWindow::initMenu() {
|
||||||
ui->actionClose->setShortcut(QKeySequence("Ctrl+W"));
|
ui->actionClose->setShortcut(QKeySequence("Ctrl+W"));
|
||||||
ui->actionShow_debug_info->setShortcut(QKeySequence("Ctrl+D"));
|
ui->actionShow_debug_info->setShortcut(QKeySequence("Ctrl+D"));
|
||||||
ui->actionSettings->setShortcut(QKeySequence("Ctrl+Alt+S"));
|
ui->actionSettings->setShortcut(QKeySequence("Ctrl+Alt+S"));
|
||||||
|
ui->actionUpdate_balance->setShortcut(QKeySequence("Ctrl+U"));
|
||||||
|
|
||||||
// hide/show tabs
|
// hide/show tabs
|
||||||
m_tabShowHideSignalMapper = new QSignalMapper(this);
|
m_tabShowHideSignalMapper = new QSignalMapper(this);
|
||||||
|
|
Loading…
Reference in a new issue