diff options
| author | 2026-05-19 20:34:38 -0400 | |
|---|---|---|
| committer | 2026-05-19 20:35:25 -0400 | |
| commit | ab4637241f0ae3d219643f256c5cdfd98c5c189d (patch) | |
| tree | 52d9aefa48ab4adb3abf32356c2a9a51270b9a6b /Config.cs | |
| parent | 2b3c28619a83e0c25332cd1e579da15fa80509c8 (diff) | |
| download | NewCamera-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-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();
|