From 97fb5106b1add45a8e99cc98d96ec85561b47dcb Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:21:26 -0400 Subject: [PATCH] Revert "add extra warning" This reverts commit 8bac5b8f56e2bba70b676f97925dc7ad6d07ab81. --- qt/mainwindow.ui | 7 ++----- qt/mainwindow_ui.py | 7 ++----- qt/ui_mainwindow.py | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/qt/mainwindow.ui b/qt/mainwindow.ui index 9aa04ba..18ac789 100644 --- a/qt/mainwindow.ui +++ b/qt/mainwindow.ui @@ -1726,7 +1726,7 @@ QToolButton:pressed { 0 - 0 + -292 650 1200 @@ -2692,10 +2692,7 @@ QComboBox QAbstractItemView::item:hover { 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. - -Note: Do not close the app until after you revert the spoofed model! If you do, make sure to use -your original mobilegestalt file. +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 3b507d2..2adcffc 100644 --- a/qt/mainwindow_ui.py +++ b/qt/mainwindow_ui.py @@ -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)) diff --git a/qt/ui_mainwindow.py b/qt/ui_mainwindow.py index 76ec7ad..3d468d6 100644 --- a/qt/ui_mainwindow.py +++ b/qt/ui_mainwindow.py @@ -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))