mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Refresh shortcuts.
Took 13 minutes
This commit is contained in:
parent
8199a5e2dd
commit
4c112c6c55
2 changed files with 4 additions and 1 deletions
|
|
@ -87,6 +87,10 @@ ReplayManager::ReplayManager(TabGame *parent, GameReplay *_replay)
|
|||
setLayout(replayControlLayout);
|
||||
|
||||
connect(this, &ReplayManager::requestChatAndPhaseReset, game, &TabGame::resetChatAndPhase);
|
||||
|
||||
connect(&SettingsCache::instance().shortcuts(), &ShortcutsSettings::shortCutChanged, this,
|
||||
&ReplayManager::refreshShortcuts);
|
||||
refreshShortcuts();
|
||||
}
|
||||
|
||||
void ReplayManager::replayNextEvent(Player::EventProcessingOptions options)
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ private:
|
|||
QStringList autocompleteUserList;
|
||||
QStackedWidget *mainWidget;
|
||||
|
||||
|
||||
CardInfoFrameWidget *cardInfoFrameWidget;
|
||||
PlayerListWidget *playerListWidget;
|
||||
QLabel *timeElapsedLabel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue