mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
@@ -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 "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.</string>
|
||||
button on the "Apply" page again to fix Face ID.</string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::AutoText</enum>
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user