mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix mga apply error message
This commit is contained in:
@@ -343,7 +343,7 @@ class DeviceManager:
|
|||||||
gestalt_plist = tweak.apply_tweak(gestalt_plist)
|
gestalt_plist = tweak.apply_tweak(gestalt_plist)
|
||||||
elif tweak.enabled:
|
elif tweak.enabled:
|
||||||
# no mobilegestalt file provided but applying mga tweaks, give warning
|
# no mobilegestalt file provided but applying mga tweaks, give warning
|
||||||
show_alert(show_error_msg("No mobilegestalt file provided! Please select your file to apply mobilegestalt tweaks.", exec=False))
|
show_alert(ApplyAlertMessage(txt="No mobilegestalt file provided! Please select your file to apply mobilegestalt tweaks."))
|
||||||
update_label("Failed.")
|
update_label("Failed.")
|
||||||
return
|
return
|
||||||
# set the custom gestalt keys
|
# set the custom gestalt keys
|
||||||
|
|||||||
Reference in New Issue
Block a user