diff options
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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();
|