Merge branch 'main' into pb-video

This commit is contained in:
leminlimez
2025-03-25 20:06:59 -04:00
6 changed files with 87 additions and 47 deletions

View File

@@ -2873,6 +2873,12 @@ class Ui_Nugget(object):
self._21.addWidget(self.showRiskyChk)
self.windowsPathFixChk = QCheckBox(self.settingsPageContent)
self.windowsPathFixChk.setObjectName(u"windowsPathFixChk")
self.windowsPathFixChk.setChecked(True)
self._21.addWidget(self.windowsPathFixChk)
self.showAllSpoofableChk = QCheckBox(self.settingsPageContent)
self.showAllSpoofableChk.setObjectName(u"showAllSpoofableChk")
@@ -3837,6 +3843,7 @@ class Ui_Nugget(object):
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
self.showRiskyChk.setText(QCoreApplication.translate("Nugget", u"Show Risky Tweak Options", None))
self.windowsPathFixChk.setText(QCoreApplication.translate("Nugget", u"Use Windows Path Fix (for Posterboard)", None))
#if QT_CONFIG(tooltip)
self.showAllSpoofableChk.setToolTip(QCoreApplication.translate("Nugget", u"Show models for other device types in the AI device spoofing tab.", None))
#endif // QT_CONFIG(tooltip)