You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nugget gives me errors when disabling airprint, assistive touch, icloud, hospot, passbook, spotlight , voice control:
Traceback (most recent call last):
File "gui\main_window.py", line 796, in on_icloudChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 794, in on_assistiveTouchChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 792, in on_airprintChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 798, in on_hotspotChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 800, in on_passbookChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 802, in on_spotlightChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
my ios version is 18.1 and it says that it's supported
The text was updated successfully, but these errors were encountered:
nugget gives me errors when disabling airprint, assistive touch, icloud, hospot, passbook, spotlight , voice control:
Traceback (most recent call last):
File "gui\main_window.py", line 796, in on_icloudChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 794, in on_assistiveTouchChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 792, in on_airprintChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 798, in on_hotspotChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 800, in on_passbookChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
Traceback (most recent call last):
File "gui\main_window.py", line 802, in on_spotlightChk_clicked
File "tweaks\tweak_classes.py", line 78, in set_multiple_values
TypeError: unhashable type: 'list'
my ios version is 18.1 and it says that it's supported
The text was updated successfully, but these errors were encountered: