Switch current tab when opening a single-instance tab (#5651)

This commit is contained in:
RickyRister 2025-03-02 06:30:55 -08:00 committed by GitHub
parent 3d0f4868df
commit 87c5d07807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 127 additions and 56 deletions

View file

@ -163,6 +163,14 @@ private slots:
void actTabAdmin(bool checked);
void actTabLog(bool checked);
void openTabVisualDeckStorage();
void openTabServer();
void openTabAccount();
void openTabDeckStorage();
void openTabReplays();
void openTabAdmin();
void openTabLog();
void updateCurrent(int index);
void updatePingTime(int value, int max);
void gameJoined(const Event_GameJoined &event);