mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Added 2 shortcuts to game deck screen
- Ctrl+O (Load Deck) - Ctrl+Alt+O (Load Remote Deck)
This commit is contained in:
parent
0b8fab4721
commit
4d6a405d01
1 changed files with 4 additions and 2 deletions
|
|
@ -124,8 +124,10 @@ DeckViewContainer::DeckViewContainer(int _playerId, TabGame *parent)
|
||||||
|
|
||||||
void DeckViewContainer::retranslateUi()
|
void DeckViewContainer::retranslateUi()
|
||||||
{
|
{
|
||||||
loadLocalButton->setText(tr("Load &local deck"));
|
loadLocalButton->setText(tr("Load local deck"));
|
||||||
loadRemoteButton->setText(tr("Load d&eck from server"));
|
loadLocalButton->setShortcut(QKeySequence("Ctrl+O"));
|
||||||
|
loadRemoteButton->setText(tr("Load deck from server"));
|
||||||
|
loadRemoteButton->setShortcut(QKeySequence("Ctrl+Alt+O"));
|
||||||
readyStartButton->setText(tr("Ready to s&tart"));
|
readyStartButton->setText(tr("Ready to s&tart"));
|
||||||
updateSideboardLockButtonText();
|
updateSideboardLockButtonText();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue