Merge pull request #14387 from Dentomologist/cheatsmanager_update_tabs_on_creation

CheatsManager: Update code tabs on creation
This commit is contained in:
Jordan Woyak 2026-02-20 19:31:40 -06:00 committed by GitHub
commit 2eeff845bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@ CheatsManager::CheatsManager(Core::System& system, QWidget* parent)
CreateWidgets();
ConnectWidgets();
OnStateChanged(Core::GetState(system));
QtUtils::AdjustSizeWithinScreen(this);
auto& settings = Settings::GetQSettings();