add warning for custom gestalt keys

This commit is contained in:
leminlimez
2024-10-11 21:28:49 -04:00
parent 9022fc602a
commit 6e19ab029b
3 changed files with 22 additions and 0 deletions

View File

@@ -2105,6 +2105,14 @@ QComboBox QAbstractItemView::item:hover {
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>Warning: Using this feature incorrectly can lead to bootloops and data loss. Only use if you know
what you are doing.</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_23">
<property name="styleSheet">

View File

@@ -1167,6 +1167,11 @@ class Ui_Nugget(object):
self.verticalLayout_8.addLayout(self.horizontalLayout_11)
self.label_12 = QLabel(self.gestaltPageContent)
self.label_12.setObjectName(u"label_12")
self.verticalLayout_8.addWidget(self.label_12)
self.line_23 = QFrame(self.gestaltPageContent)
self.line_23.setObjectName(u"line_23")
self.line_23.setStyleSheet(u"QFrame {\n"
@@ -2722,6 +2727,8 @@ class Ui_Nugget(object):
self.aodChk.setText(QCoreApplication.translate("Nugget", u"Enable Always On Display", None))
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
self.addGestaltKeyBtn.setText(QCoreApplication.translate("Nugget", u" Add Key", None))
self.label_12.setText(QCoreApplication.translate("Nugget", u"Warning: Using this feature incorrectly can lead to bootloops and data loss. Only use if you know\n"
"what you are doing.", None))
self.internalOptionsLbl.setText(QCoreApplication.translate("Nugget", u"Feature Flags", None))
self.clockAnimChk.setText(QCoreApplication.translate("Nugget", u"Enable Lockscreen Clock Animation", None))
self.lockscreenChk.setText(QCoreApplication.translate("Nugget", u"Enable Duplicate Lockscreen Button and Lockscreen Quickswitch", None))

View File

@@ -1167,6 +1167,11 @@ class Ui_Nugget(object):
self.verticalLayout_8.addLayout(self.horizontalLayout_11)
self.label_12 = QLabel(self.gestaltPageContent)
self.label_12.setObjectName(u"label_12")
self.verticalLayout_8.addWidget(self.label_12)
self.line_23 = QFrame(self.gestaltPageContent)
self.line_23.setObjectName(u"line_23")
self.line_23.setStyleSheet(u"QFrame {\n"
@@ -2722,6 +2727,8 @@ class Ui_Nugget(object):
self.aodChk.setText(QCoreApplication.translate("Nugget", u"Enable Always On Display", None))
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
self.addGestaltKeyBtn.setText(QCoreApplication.translate("Nugget", u" Add Key", None))
self.label_12.setText(QCoreApplication.translate("Nugget", u"Warning: Using this feature incorrectly can lead to bootloops and data loss. Only use if you know\n"
"what you are doing.", None))
self.internalOptionsLbl.setText(QCoreApplication.translate("Nugget", u"Feature Flags", None))
self.clockAnimChk.setText(QCoreApplication.translate("Nugget", u"Enable Lockscreen Clock Animation", None))
self.lockscreenChk.setText(QCoreApplication.translate("Nugget", u"Enable Duplicate Lockscreen Button and Lockscreen Quickswitch", None))