Preserve user selection of DisableOverlays during saving

This commit is contained in:
FakeMichau
2026-08-12 19:37:54 +02:00
parent 67116b742f
commit e02bcc6e6b
+1 -1
View File
@@ -392,7 +392,7 @@ class Config
// Hotfixes
CustomOptional<bool> CheckForUpdate { true };
CustomOptional<bool> DisableOverlays { false };
CustomOptional<bool, SoftDefault> DisableOverlays { false };
CustomOptional<bool> SimulateWaitableObject { false };