parent
0a73162bcf
commit
61f1141fe8
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ void DeckViewContainer::updateSideboardLockButtonText()
|
||||||
} else {
|
} else {
|
||||||
sideboardLockButton->setText(tr("Sideboard locked"));
|
sideboardLockButton->setText(tr("Sideboard locked"));
|
||||||
}
|
}
|
||||||
|
// setting text on a button removes its shortcut
|
||||||
|
ShortcutsSettings &shortcuts = SettingsCache::instance().shortcuts();
|
||||||
|
sideboardLockButton->setShortcut(shortcuts.getSingleShortcut("DeckViewContainer/sideboardLockButton"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeckViewContainer::refreshShortcuts()
|
void DeckViewContainer::refreshShortcuts()
|
||||||
|
|
Loading…
Reference in a new issue