mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Preserve user selection of DisableOverlays during saving
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ class Config
|
||||
|
||||
// Hotfixes
|
||||
CustomOptional<bool> CheckForUpdate { true };
|
||||
CustomOptional<bool> DisableOverlays { false };
|
||||
CustomOptional<bool, SoftDefault> DisableOverlays { false };
|
||||
|
||||
CustomOptional<bool> SimulateWaitableObject { false };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user