Revert "add extra warning"

This reverts commit 8bac5b8f56.
This commit is contained in:
leminlimez
2024-10-22 13:21:26 -04:00
parent 8bac5b8f56
commit 97fb5106b1
3 changed files with 6 additions and 15 deletions

View File

@@ -1726,7 +1726,7 @@ QToolButton:pressed {
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-292</y>
<width>650</width>
<height>1200</height>
</rect>
@@ -2692,10 +2692,7 @@ QComboBox QAbstractItemView::item:hover {
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.
Note: Do not close the app until after you revert the spoofed model! If you do, make sure to use
your original mobilegestalt file.</string>
button on the &quot;Apply&quot; page again to fix Face ID.</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>

View File

@@ -945,7 +945,7 @@ class Ui_Nugget(object):
self.scrollArea.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
self.scrollAreaWidgetContents = QWidget()
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 650, 1200))
self.scrollAreaWidgetContents.setGeometry(QRect(0, -292, 650, 1200))
self.scrollAreaWidgetContents.setMinimumSize(QSize(650, 1200))
self.scrollAreaWidgetContents.setMaximumSize(QSize(650, 1200))
self.verticalLayout_9 = QVBoxLayout(self.scrollAreaWidgetContents)
@@ -2749,10 +2749,7 @@ class Ui_Nugget(object):
"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.\n"
"\n"
"Note: Do not close the app until after you revert the spoofed model! If you do, make sure to use\n"
"your original mobilegestalt file.", None))
"button on the \"Apply\" page 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,2 (iPhone 15 Pro)", None))

View File

@@ -945,7 +945,7 @@ class Ui_Nugget(object):
self.scrollArea.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
self.scrollAreaWidgetContents = QWidget()
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 650, 1200))
self.scrollAreaWidgetContents.setGeometry(QRect(0, -292, 650, 1200))
self.scrollAreaWidgetContents.setMinimumSize(QSize(650, 1200))
self.scrollAreaWidgetContents.setMaximumSize(QSize(650, 1200))
self.verticalLayout_9 = QVBoxLayout(self.scrollAreaWidgetContents)
@@ -2749,10 +2749,7 @@ class Ui_Nugget(object):
"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.\n"
"\n"
"Note: Do not close the app until after you revert the spoofed model! If you do, make sure to use\n"
"your original mobilegestalt file.", None))
"button on the \"Apply\" page 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,2 (iPhone 15 Pro)", None))