improve ai info message

This commit is contained in:
leminlimez
2024-10-29 20:45:56 -04:00
parent 36cfdcb963
commit c8f06d51a5
3 changed files with 9 additions and 6 deletions

View File

@@ -2754,8 +2754,9 @@ QComboBox QAbstractItemView::item:hover {
<string>In order to download the AI model, you must spoof the device model. This will break Face ID until
you revert.
Once the model has downloaded, set &quot;Spoofed Device Model&quot; to &quot;None&quot; and click the &quot;Apply Tweaks&quot;
button on the &quot;Apply&quot; page again to fix Face ID.</string>
Once the model has downloaded, turn off &quot;Apple Intelligence&quot; in Settings then set
&quot;Spoofed Device Model&quot; to &quot;None&quot; and click the &quot;Apply Tweaks&quot; button on the &quot;Apply&quot; page
again to fix Face ID.</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>

View File

@@ -2806,8 +2806,9 @@ class Ui_Nugget(object):
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI model, you must spoof the device model. This will break Face ID until\n"
"you revert.\n"
"\n"
"Once the model has downloaded, set \"Spoofed Device Model\" to \"None\" and click the \"Apply Tweaks\"\n"
"button on the \"Apply\" page again to fix Face ID.", None))
"Once the model has downloaded, turn off \"Apple Intelligence\" in Settings then set\n"
"\"Spoofed Device Model\" to \"None\" and click the \"Apply Tweaks\" button on the \"Apply\" page\n"
"again to fix Face ID.", None))
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"None", None))
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone16,1 (iPhone 15 Pro)", None))

View File

@@ -2806,8 +2806,9 @@ class Ui_Nugget(object):
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI model, you must spoof the device model. This will break Face ID until\n"
"you revert.\n"
"\n"
"Once the model has downloaded, set \"Spoofed Device Model\" to \"None\" and click the \"Apply Tweaks\"\n"
"button on the \"Apply\" page again to fix Face ID.", None))
"Once the model has downloaded, turn off \"Apple Intelligence\" in Settings then set\n"
"\"Spoofed Device Model\" to \"None\" and click the \"Apply Tweaks\" button on the \"Apply\" page\n"
"again to fix Face ID.", None))
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"None", None))
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone16,1 (iPhone 15 Pro)", None))