Qt: Enable Savestate Selector UI by default

This should've been enabled by default but I've missed the part that actually enables it.
This commit is contained in:
KamFretoZ 2025-04-09 18:28:19 +07:00
parent 2aeb322e88
commit 411e1707f0
1 changed files with 1 additions and 0 deletions

View File

@ -1895,6 +1895,7 @@ Pcsx2Config::Pcsx2Config()
EnableRecordingTools = true;
EnableGameFixes = true;
InhibitScreensaver = true;
UseSavestateSelector = true;
BackupSavestate = true;
WarnAboutUnsafeSettings = true;
ManuallySetRealTimeClock = false;