From c8f06d51a5ac75af8da92202bc928e1aa301fde9 Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:45:56 -0400 Subject: [PATCH] improve ai info message --- qt/mainwindow.ui | 5 +++-- qt/mainwindow_ui.py | 5 +++-- qt/ui_mainwindow.py | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/qt/mainwindow.ui b/qt/mainwindow.ui index 689bf07..9e07def 100644 --- a/qt/mainwindow.ui +++ b/qt/mainwindow.ui @@ -2754,8 +2754,9 @@ QComboBox QAbstractItemView::item:hover { 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 "Spoofed Device Model" to "None" and click the "Apply Tweaks" -button on the "Apply" page again to fix Face ID. +Once the model has downloaded, turn off "Apple Intelligence" in Settings then set +"Spoofed Device Model" to "None" and click the "Apply Tweaks" button on the "Apply" page +again to fix Face ID. Qt::AutoText diff --git a/qt/mainwindow_ui.py b/qt/mainwindow_ui.py index 3394cc2..114e701 100644 --- a/qt/mainwindow_ui.py +++ b/qt/mainwindow_ui.py @@ -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)) diff --git a/qt/ui_mainwindow.py b/qt/ui_mainwindow.py index 81f6f8e..40053ae 100644 --- a/qt/ui_mainwindow.py +++ b/qt/ui_mainwindow.py @@ -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))