summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-05-19 20:34:38 -0400
committerAndrew Opalach <andrew@akon.city> 2026-05-19 20:35:25 -0400
commitab4637241f0ae3d219643f256c5cdfd98c5c189d (patch)
tree52d9aefa48ab4adb3abf32356c2a9a51270b9a6b /Config.cs
parent2b3c28619a83e0c25332cd1e579da15fa80509c8 (diff)
downloadNewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.gz
NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.bz2
NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.zip
Super wip joint stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
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();