Qt/CheatsManager: Show disabled AR and Gecko tabs when no game is running.

This commit is contained in:
Admiral H. Curtiss 2021-09-16 07:35:15 +02:00
commit c40e8ee3a8
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 13 additions and 5 deletions

View file

@ -43,6 +43,8 @@ private:
void OnNewSessionCreated(const Cheats::CheatSearchSessionBase& session);
void OnTabCloseRequested(int index);
void RefreshCodeTabs(Core::State state, bool force);
std::string m_game_id;
std::string m_game_tdb_id;
u16 m_revision = 0;