From e02bcc6e6b4a495c1816cf4f6651fa3c29b0c3d0 Mon Sep 17 00:00:00 2001 From: FakeMichau <49685661+FakeMichau@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:37:54 +0200 Subject: [PATCH] Preserve user selection of DisableOverlays during saving --- OptiScaler/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/Config.h b/OptiScaler/Config.h index a05f4131..f3f1d087 100644 --- a/OptiScaler/Config.h +++ b/OptiScaler/Config.h @@ -392,7 +392,7 @@ class Config // Hotfixes CustomOptional CheckForUpdate { true }; - CustomOptional DisableOverlays { false }; + CustomOptional DisableOverlays { false }; CustomOptional SimulateWaitableObject { false };