apply skip setup when modifying posterboard

This commit is contained in:
leminlimez
2025-03-25 13:27:27 -04:00
parent 2132980a60
commit 97fb04e6e2

View File

@@ -334,6 +334,8 @@ class DeviceManager:
files_to_restore=files_to_restore, output_dir=tmp_pb_dir.name,
windows_path_fix=self.windows_path_fix
)
if tweak.enabled:
uses_domains = True
else:
if gestalt_plist != None:
gestalt_plist = tweak.apply_tweak(gestalt_plist)