actually delete VDS when hiding it in game lobby (#5572)

This commit is contained in:
RickyRister 2025-02-06 21:20:42 -08:00 committed by GitHub
parent 94129607e5
commit 23223e10b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 14 deletions

View file

@ -51,6 +51,7 @@ private:
TabGame *parentGame;
int playerId;
void tryCreateVisualDeckStorageWidget();
void sendReadyStartCommand(bool ready);
private slots:
void switchToDeckSelectView();