mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix ui?
This commit is contained in:
@@ -1516,7 +1516,9 @@ class Ui_Nugget(object):
|
|||||||
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
||||||
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
||||||
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
||||||
|
self.aiInfoLabel.setMaximumSize(QSize(16777215, 16777215))
|
||||||
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
||||||
|
self.aiInfoLabel.setScaledContents(False)
|
||||||
|
|
||||||
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
||||||
|
|
||||||
@@ -2828,13 +2830,14 @@ class Ui_Nugget(object):
|
|||||||
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
||||||
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
||||||
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
||||||
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"
|
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"
|
"Face ID until you revert back. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"CAUTION: If your original device model does not support Apple Intelligence and it is enabled in the settings, please disable it in the\n"
|
"CAUTION: If your original device model does not support Apple Intelligence and it was spoofly \n"
|
||||||
"Settings app first before unspoofing! Returning to your original device model without disabling is going to cause a re-download and will\n"
|
"enabled in the settings app, please disable it first before unspoofing! Returning to your original device \n"
|
||||||
"require a full restore to fix. Also, there may be issues if you change between model groups like going from the iPhone 16 series to the\n"
|
"model without disabling is going to cause a re-download and will require a full restore to fix. Also, \n"
|
||||||
"iPhone 15 Pro series. You've have been warned!", None))
|
"there may be issues if you change between model groups like going from the iPhone 16 series \n"
|
||||||
|
"to the iPhone 15 Pro series. You've have been warned!", None))
|
||||||
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
||||||
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
||||||
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
||||||
|
|||||||
@@ -2750,18 +2750,28 @@ QComboBox QAbstractItemView::item:hover {
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>16777215</width>
|
||||||
|
<height>16777215</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>In order to download the AI models, you must spoof your device model. However, this may break
|
<string>In order to download the AI models, you must spoof your device model. However, this may break
|
||||||
Face ID until you revert back.
|
Face ID until you revert back.
|
||||||
|
|
||||||
CAUTION: If your original device model does not support Apple Intelligence and it is enabled in the settings, please disable it in the
|
CAUTION: If your original device model does not support Apple Intelligence and it was spoofly
|
||||||
Settings app first before unspoofing! Returning to your original device model without disabling is going to cause a re-download and will
|
enabled in the settings app, please disable it first before unspoofing! Returning to your original device
|
||||||
require a full restore to fix. Also, there may be issues if you change between model groups like going from the iPhone 16 series to the
|
model without disabling is going to cause a re-download and will require a full restore to fix. Also,
|
||||||
iPhone 15 Pro series. You've have been warned!</string>
|
there may be issues if you change between model groups like going from the iPhone 16 series
|
||||||
|
to the iPhone 15 Pro series. You've have been warned!</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::AutoText</enum>
|
<enum>Qt::AutoText</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="scaledContents">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -1516,7 +1516,9 @@ class Ui_Nugget(object):
|
|||||||
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
||||||
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
||||||
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
||||||
|
self.aiInfoLabel.setMaximumSize(QSize(16777215, 16777215))
|
||||||
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
||||||
|
self.aiInfoLabel.setScaledContents(False)
|
||||||
|
|
||||||
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
||||||
|
|
||||||
@@ -2828,13 +2830,14 @@ class Ui_Nugget(object):
|
|||||||
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
||||||
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
||||||
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
||||||
self.aiInfoLabel.setText(QCoreApplication.translate("Nugget", u"In order to download the AI model, you must spoof the device model. However, this may break Face ID until\n"
|
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"
|
||||||
"you revert.\n"
|
"Face ID until you revert back. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"CAUTION: If your original device model does not support Apple Intelligence and it is enabled in the settings, please disable it in the\n"
|
"CAUTION: If your original device model does not support Apple Intelligence and it was spoofly \n"
|
||||||
"Settings app first before unspoofing! Returning to your original device model without disabling is going to cause a re-download and will\n"
|
"enabled in the settings app, please disable it first before unspoofing! Returning to your original device \n"
|
||||||
"require a full restore to fix. Also, there may be issues if you change between model groups like going from the iPhone 16 series to the\n"
|
"model without disabling is going to cause a re-download and will require a full restore to fix. Also, \n"
|
||||||
"iPhone 15 Pro series. You've have been warned!", None))
|
"there may be issues if you change between model groups like going from the iPhone 16 series \n"
|
||||||
|
"to the iPhone 15 Pro series. You've have been warned!", None))
|
||||||
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
||||||
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
||||||
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
||||||
@@ -2901,8 +2904,6 @@ class Ui_Nugget(object):
|
|||||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||||
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
|
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
|
||||||
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
|
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
|
||||||
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
|
||||||
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
|
||||||
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
|
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
|
||||||
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
||||||
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
||||||
|
|||||||
@@ -1516,7 +1516,9 @@ class Ui_Nugget(object):
|
|||||||
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
self.aiInfoLabel.setObjectName(u"aiInfoLabel")
|
||||||
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
sizePolicy1.setHeightForWidth(self.aiInfoLabel.sizePolicy().hasHeightForWidth())
|
||||||
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
self.aiInfoLabel.setSizePolicy(sizePolicy1)
|
||||||
|
self.aiInfoLabel.setMaximumSize(QSize(16777215, 16777215))
|
||||||
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
self.aiInfoLabel.setTextFormat(Qt.AutoText)
|
||||||
|
self.aiInfoLabel.setScaledContents(False)
|
||||||
|
|
||||||
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
self.verticalLayout_34.addWidget(self.aiInfoLabel)
|
||||||
|
|
||||||
@@ -2828,13 +2830,14 @@ class Ui_Nugget(object):
|
|||||||
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
self.experimentalChk.setText(QCoreApplication.translate("Nugget", u"Experimental Toggle", None))
|
||||||
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
self.languageLbl.setText(QCoreApplication.translate("Nugget", u"Language Code (not needed for English)", None))
|
||||||
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
self.languageTxt.setPlaceholderText(QCoreApplication.translate("Nugget", u"Language Code (i.e. en)", None))
|
||||||
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"
|
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"
|
"Face ID until you revert back. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"CAUTION: If your original device model does not support Apple Intelligence and it is enabled in the settings, please disable it in the\n"
|
"CAUTION: If your original device model does not support Apple Intelligence and it was spoofly \n"
|
||||||
"Settings app first before unspoofing! Returning to your original device model without disabling is going to cause a re-download and will\n"
|
"enabled in the settings app, please disable it first before unspoofing! Returning to your original device \n"
|
||||||
"require a full restore to fix. Also, there may be issues if you change between model groups like going from the iPhone 16 series to the\n"
|
"model without disabling is going to cause a re-download and will require a full restore to fix. Also, \n"
|
||||||
"iPhone 15 Pro series. You've have been warned!", None))
|
"there may be issues if you change between model groups like going from the iPhone 16 series \n"
|
||||||
|
"to the iPhone 15 Pro series. You've have been warned!", None))
|
||||||
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
self.label_8.setText(QCoreApplication.translate("Nugget", u"Spoofed Device Model", None))
|
||||||
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
self.spoofedModelDrp.setItemText(0, QCoreApplication.translate("Nugget", u"Original", None))
|
||||||
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
self.spoofedModelDrp.setItemText(1, QCoreApplication.translate("Nugget", u"iPhone 15 Pro (iPhone16,1)", None))
|
||||||
@@ -2901,8 +2904,6 @@ class Ui_Nugget(object):
|
|||||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||||
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
|
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
|
||||||
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
|
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
|
||||||
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
|
||||||
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
|
||||||
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
|
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
|
||||||
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
self.supervisionChk.setText(QCoreApplication.translate("Nugget", u"Enable Supervision * (requires Skip Setup)", None))
|
||||||
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
self.supervisionOrganization.setPlaceholderText(QCoreApplication.translate("Nugget", u"Enter Organization Name", None))
|
||||||
|
|||||||
Reference in New Issue
Block a user