mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
show skip setup is on warning
This commit is contained in:
@@ -2615,7 +2615,7 @@ Only works on iOS 18.0 beta 1-2.</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-129</y>
|
||||
<y>0</y>
|
||||
<width>660</width>
|
||||
<height>573</height>
|
||||
</rect>
|
||||
@@ -3803,6 +3803,14 @@ QComboBox QAbstractItemView::item:hover {
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="regularDomainsLbl">
|
||||
<property name="text">
|
||||
<string>Note: Even on Sparserestore versions, this uses regular domains. Skip Setup will be applied if you have
|
||||
it enabled.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QWidget" name="daemonsPageContent" native="true">
|
||||
<property name="enabled">
|
||||
@@ -4594,6 +4602,23 @@ Warning: Disabling will cause the battery to show "Unknown Part" or &q
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="skipSetupOnLbl">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>-1</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Note: Skip Setup is currently turned on.
|
||||
It can be turned off in the Settings tab.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_2">
|
||||
<property name="orientation">
|
||||
|
||||
@@ -1395,7 +1395,7 @@ class Ui_Nugget(object):
|
||||
self.scrollArea_2.setWidgetResizable(True)
|
||||
self.scrollAreaWidgetContents_2 = QWidget()
|
||||
self.scrollAreaWidgetContents_2.setObjectName(u"scrollAreaWidgetContents_2")
|
||||
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, -129, 660, 573))
|
||||
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, 0, 660, 573))
|
||||
self.verticalLayout_37 = QVBoxLayout(self.scrollAreaWidgetContents_2)
|
||||
self.verticalLayout_37.setObjectName(u"verticalLayout_37")
|
||||
self.euEnablerPageContent = QWidget(self.scrollAreaWidgetContents_2)
|
||||
@@ -2000,6 +2000,11 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_142.addWidget(self.line_122)
|
||||
|
||||
self.regularDomainsLbl = QLabel(self.daemonsPage)
|
||||
self.regularDomainsLbl.setObjectName(u"regularDomainsLbl")
|
||||
|
||||
self.verticalLayout_142.addWidget(self.regularDomainsLbl)
|
||||
|
||||
self.daemonsPageContent = QWidget(self.daemonsPage)
|
||||
self.daemonsPageContent.setObjectName(u"daemonsPageContent")
|
||||
self.daemonsPageContent.setEnabled(False)
|
||||
@@ -2399,6 +2404,13 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_24.addWidget(self.restoreProgressBar, 0, Qt.AlignHCenter)
|
||||
|
||||
self.skipSetupOnLbl = QLabel(self.verticalWidget2)
|
||||
self.skipSetupOnLbl.setObjectName(u"skipSetupOnLbl")
|
||||
self.skipSetupOnLbl.setFont(font1)
|
||||
self.skipSetupOnLbl.setAlignment(Qt.AlignCenter)
|
||||
|
||||
self.verticalLayout_24.addWidget(self.skipSetupOnLbl)
|
||||
|
||||
self.verticalSpacer_2 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
||||
|
||||
self.verticalLayout_24.addItem(self.verticalSpacer_2)
|
||||
@@ -3348,6 +3360,8 @@ class Ui_Nugget(object):
|
||||
self.notifyPastesChk.setText(QCoreApplication.translate("Nugget", u"Show Notifications for System Pastes", None))
|
||||
self.daemonsLbl.setText(QCoreApplication.translate("Nugget", u"Daemons", None))
|
||||
self.modifyDaemonsChk.setText(QCoreApplication.translate("Nugget", u"Modify", None))
|
||||
self.regularDomainsLbl.setText(QCoreApplication.translate("Nugget", u"Note: Even on Sparserestore versions, this uses regular domains. Skip Setup will be applied if you have\n"
|
||||
"it enabled.", None))
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.otadChk.setToolTip(QCoreApplication.translate("Nugget", u"Stops over-the-air updates to prevent auto-downloads.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
@@ -3428,6 +3442,8 @@ class Ui_Nugget(object):
|
||||
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.\n"
|
||||
"It can be turned off in the Settings tab.", None))
|
||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||
|
||||
@@ -1395,7 +1395,7 @@ class Ui_Nugget(object):
|
||||
self.scrollArea_2.setWidgetResizable(True)
|
||||
self.scrollAreaWidgetContents_2 = QWidget()
|
||||
self.scrollAreaWidgetContents_2.setObjectName(u"scrollAreaWidgetContents_2")
|
||||
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, -129, 660, 573))
|
||||
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, 0, 660, 573))
|
||||
self.verticalLayout_37 = QVBoxLayout(self.scrollAreaWidgetContents_2)
|
||||
self.verticalLayout_37.setObjectName(u"verticalLayout_37")
|
||||
self.euEnablerPageContent = QWidget(self.scrollAreaWidgetContents_2)
|
||||
@@ -2000,6 +2000,11 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_142.addWidget(self.line_122)
|
||||
|
||||
self.regularDomainsLbl = QLabel(self.daemonsPage)
|
||||
self.regularDomainsLbl.setObjectName(u"regularDomainsLbl")
|
||||
|
||||
self.verticalLayout_142.addWidget(self.regularDomainsLbl)
|
||||
|
||||
self.daemonsPageContent = QWidget(self.daemonsPage)
|
||||
self.daemonsPageContent.setObjectName(u"daemonsPageContent")
|
||||
self.daemonsPageContent.setEnabled(False)
|
||||
@@ -2399,6 +2404,13 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_24.addWidget(self.restoreProgressBar, 0, Qt.AlignHCenter)
|
||||
|
||||
self.skipSetupOnLbl = QLabel(self.verticalWidget2)
|
||||
self.skipSetupOnLbl.setObjectName(u"skipSetupOnLbl")
|
||||
self.skipSetupOnLbl.setFont(font1)
|
||||
self.skipSetupOnLbl.setAlignment(Qt.AlignCenter)
|
||||
|
||||
self.verticalLayout_24.addWidget(self.skipSetupOnLbl)
|
||||
|
||||
self.verticalSpacer_2 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
||||
|
||||
self.verticalLayout_24.addItem(self.verticalSpacer_2)
|
||||
@@ -3348,6 +3360,8 @@ class Ui_Nugget(object):
|
||||
self.notifyPastesChk.setText(QCoreApplication.translate("Nugget", u"Show Notifications for System Pastes", None))
|
||||
self.daemonsLbl.setText(QCoreApplication.translate("Nugget", u"Daemons", None))
|
||||
self.modifyDaemonsChk.setText(QCoreApplication.translate("Nugget", u"Modify", None))
|
||||
self.regularDomainsLbl.setText(QCoreApplication.translate("Nugget", u"Note: Even on Sparserestore versions, this uses regular domains. Skip Setup will be applied if you have\n"
|
||||
"it enabled.", None))
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.otadChk.setToolTip(QCoreApplication.translate("Nugget", u"Stops over-the-air updates to prevent auto-downloads.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
@@ -3428,6 +3442,8 @@ class Ui_Nugget(object):
|
||||
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.\n"
|
||||
"It can be turned off in the Settings tab.", None))
|
||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||
|
||||
Reference in New Issue
Block a user