Fix #5774: Unused non-roll shortcuts in lobby

Cause:
Player menu shortcuts are activated as soon as a local
player is added, which happens in the deck selection
lobby before the game starts.
Resolution:
Disable full shortcut activation until the game has
started.
Allow only the roll-die shortcut (Ctrl+I) while in the
lobby.
This commit is contained in:
Manuel Monge 2026-03-26 17:19:28 +00:00
parent 94ea574c76
commit 9080a443ed
4 changed files with 55 additions and 1 deletions

View file

@ -23,6 +23,7 @@ public slots:
public:
explicit UtilityMenu(Player *player, QMenu *playerMenu);
void setLobbyShortcutsActive();
[[nodiscard]] bool createAnotherTokenActionExists() const
{