disable windows path fix by default

This commit is contained in:
leminlimez
2025-03-28 10:01:48 -04:00
parent 2a43f9b48b
commit 772106b624
2 changed files with 5 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class DeviceManager:
self.apply_over_wifi = False
self.auto_reboot = True
self.allow_risky_tweaks = False
self.windows_path_fix = True
self.windows_path_fix = False
self.show_all_spoofable_models = False
self.skip_setup = True
self.supervised = False