Disabled Magnifier by default

* Keep the pixel peeping optional
This commit is contained in:
TheRazerMD
2026-08-14 14:02:20 +02:00
parent 2143f6a62c
commit d70503d730
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1205,7 +1205,7 @@ DAClampOutput=auto
; -------------------------------------------------------
; Enables magnifier
; By default, only visible when menu is visible and follows the cursor
; true or false - Default (auto) is true
; true or false - Default (auto) is false
Enabled=auto
; Radius of the magnifier at % of screen height
+1 -1
View File
@@ -316,7 +316,7 @@ class Config
CustomOptional<float> MotionScaleLimit { 10.0f };
// Magnifier
CustomOptional<bool> MagnifierEnabled { true };
CustomOptional<bool> MagnifierEnabled { false };
CustomOptional<float> MagnifierSize { 15.f }; // % of screen Height
CustomOptional<int> MagnifierZoomFactor { 4 };
CustomOptional<float> MagnifierBorderSize { 0.3f }; // % of screen Height