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

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();