mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
improve ai spoofing label message
This commit is contained in:
@@ -2753,10 +2753,11 @@ QComboBox QAbstractItemView::item:hover {
|
|||||||
<string>In order to download the AI models, you must spoof your device model. However, this may break
|
<string>In order to download the AI models, you must spoof your device model. However, this may break
|
||||||
Face ID until you revert back.
|
Face ID until you revert back.
|
||||||
|
|
||||||
WARNING: If your original device model does not support Apple Intelligence, please disable the
|
WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.
|
||||||
AI models before unspoofing! Returning to your original device model without disabling is going to
|
|
||||||
cause a re-download and may require a full restore to fix. Furthermore, if you switch between model
|
Entering the menu on your original device model will cause a re-download and may require a full
|
||||||
groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur.
|
restore to fix. Furthermore, if you switch between model groups, like spoofing from the iPhone 16s
|
||||||
|
to the iPhone 15 Pro series, a re-download may also occur.
|
||||||
Please be careful!</string>
|
Please be careful!</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
|
|||||||
@@ -2828,10 +2828,11 @@ class Ui_Nugget(object):
|
|||||||
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI models, you must spoof your device model. However, this may break \n"
|
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI models, you must spoof your device model. However, this may break \n"
|
||||||
"Face ID until you revert back. \n"
|
"Face ID until you revert back. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"WARNING: If your original device model does not support Apple Intelligence, please disable the \n"
|
"WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.\n"
|
||||||
"AI models before unspoofing! Returning to your original device model without disabling is going to \n"
|
"\n"
|
||||||
"cause a re-download and may require a full restore to fix. Furthermore, if you switch between model \n"
|
"Entering the menu on your original device model will cause a re-download and may require a full\n"
|
||||||
"groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur. \n"
|
"restore to fix. Furthermore, if you switch between model groups, like spoofing from the iPhone 16s\n"
|
||||||
|
"to the iPhone 15 Pro series, a re-download may also occur. \n"
|
||||||
"Please be careful!", None))
|
"Please be careful!", None))
|
||||||
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
||||||
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
||||||
|
|||||||
@@ -2828,10 +2828,11 @@ class Ui_Nugget(object):
|
|||||||
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI models, you must spoof your device model. However, this may break \n"
|
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI models, you must spoof your device model. However, this may break \n"
|
||||||
"Face ID until you revert back. \n"
|
"Face ID until you revert back. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"WARNING: If your original device model does not support Apple Intelligence, please disable the \n"
|
"WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.\n"
|
||||||
"AI models before unspoofing! Returning to your original device model without disabling is going to \n"
|
"\n"
|
||||||
"cause a re-download and may require a full restore to fix. Furthermore, if you switch between model \n"
|
"Entering the menu on your original device model will cause a re-download and may require a full\n"
|
||||||
"groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur. \n"
|
"restore to fix. Furthermore, if you switch between model groups, like spoofing from the iPhone 16s\n"
|
||||||
|
"to the iPhone 15 Pro series, a re-download may also occur. \n"
|
||||||
"Please be careful!", None))
|
"Please be careful!", None))
|
||||||
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
||||||
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
||||||
|
|||||||
Reference in New Issue
Block a user