mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
apply skip setup when modifying posterboard
This commit is contained in:
@@ -334,6 +334,8 @@ class DeviceManager:
|
|||||||
files_to_restore=files_to_restore, output_dir=tmp_pb_dir.name,
|
files_to_restore=files_to_restore, output_dir=tmp_pb_dir.name,
|
||||||
windows_path_fix=self.windows_path_fix
|
windows_path_fix=self.windows_path_fix
|
||||||
)
|
)
|
||||||
|
if tweak.enabled:
|
||||||
|
uses_domains = True
|
||||||
else:
|
else:
|
||||||
if gestalt_plist != None:
|
if gestalt_plist != None:
|
||||||
gestalt_plist = tweak.apply_tweak(gestalt_plist)
|
gestalt_plist = tweak.apply_tweak(gestalt_plist)
|
||||||
|
|||||||
Reference in New Issue
Block a user