summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.cs b/Config.cs
index cf99339..fb3d0a5 100755
--- a/Config.cs
+++ b/Config.cs
@@ -138,7 +138,7 @@ namespace NewCamera
}
public bool DisableMod { get; set; } = false;
-
+ public bool TuningToolInterop { get; set; } = true;
public bool OverrideViewMode { get; set; } = false;
public Settings Camera { get; set; } = new Settings();