Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
improve ai spoofing label message
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Nov 11, 2024
1 parent c2bacd2 commit ba4acaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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
Face ID until you revert back.

WARNING: If your original device model does not support Apple Intelligence, please disable the
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
groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur.
WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.

Entering the menu on your original device model will cause a re-download and may require a full
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>
</property>
<property name="textFormat">
Expand Down
9 changes: 5 additions & 4 deletions qt/mainwindow_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2828,10 +2828,11 @@ def retranslateUi(self, Nugget):
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"
"\n"
"WARNING: If your original device model does not support Apple Intelligence, please disable the \n"
"AI models before unspoofing! Returning to your original device model without disabling is going to \n"
"cause a re-download and may require a full restore to fix. Furthermore, if you switch between model \n"
"groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur. \n"
"WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.\n"
"\n"
"Entering the menu on your original device model will cause a re-download and may require a full\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))
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
Expand Down
9 changes: 5 additions & 4 deletions qt/ui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2828,10 +2828,11 @@ def retranslateUi(self, Nugget):
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"
"\n"
"WARNING: If your original device model does not support Apple Intelligence, please disable the \n"
"AI models before unspoofing! Returning to your original device model without disabling is going to \n"
"cause a re-download and may require a full restore to fix. Furthermore, if you switch between model \n"
"groups, like spoofing from the iPhone 16s to the iPhone 15 Pro series, a re-download may also occur. \n"
"WARNING: Do not go to the Apple Intelligence menu in the Settings app after unspoofing.\n"
"\n"
"Entering the menu on your original device model will cause a re-download and may require a full\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))
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
Expand Down

0 comments on commit ba4acaa

Please sign in to comment.