mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
add warning for custom gestalt keys
This commit is contained in:
@@ -2105,6 +2105,14 @@ QComboBox QAbstractItemView::item:hover {
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
<widget class="Line" name="line_23">
|
<widget class="Line" name="line_23">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
|
|||||||
@@ -1167,6 +1167,11 @@ class Ui_Nugget(object):
|
|||||||
|
|
||||||
self.verticalLayout_8.addLayout(self.horizontalLayout_11)
|
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 = QFrame(self.gestaltPageContent)
|
||||||
self.line_23.setObjectName(u"line_23")
|
self.line_23.setObjectName(u"line_23")
|
||||||
self.line_23.setStyleSheet(u"QFrame {\n"
|
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.aodChk.setText(QCoreApplication.translate("Nugget", u"Enable Always On Display", None))
|
||||||
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
|
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
|
||||||
self.addGestaltKeyBtn.setText(QCoreApplication.translate("Nugget", u" Add Key", 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.internalOptionsLbl.setText(QCoreApplication.translate("Nugget", u"Feature Flags", None))
|
||||||
self.clockAnimChk.setText(QCoreApplication.translate("Nugget", u"Enable Lockscreen Clock Animation", 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))
|
self.lockscreenChk.setText(QCoreApplication.translate("Nugget", u"Enable Duplicate Lockscreen Button and Lockscreen Quickswitch", None))
|
||||||
|
|||||||
@@ -1167,6 +1167,11 @@ class Ui_Nugget(object):
|
|||||||
|
|
||||||
self.verticalLayout_8.addLayout(self.horizontalLayout_11)
|
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 = QFrame(self.gestaltPageContent)
|
||||||
self.line_23.setObjectName(u"line_23")
|
self.line_23.setObjectName(u"line_23")
|
||||||
self.line_23.setStyleSheet(u"QFrame {\n"
|
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.aodChk.setText(QCoreApplication.translate("Nugget", u"Enable Always On Display", None))
|
||||||
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
|
self.label_10.setText(QCoreApplication.translate("Nugget", u"Custom Gestalt Keys", None))
|
||||||
self.addGestaltKeyBtn.setText(QCoreApplication.translate("Nugget", u" Add Key", 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.internalOptionsLbl.setText(QCoreApplication.translate("Nugget", u"Feature Flags", None))
|
||||||
self.clockAnimChk.setText(QCoreApplication.translate("Nugget", u"Enable Lockscreen Clock Animation", 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))
|
self.lockscreenChk.setText(QCoreApplication.translate("Nugget", u"Enable Duplicate Lockscreen Button and Lockscreen Quickswitch", None))
|
||||||
|
|||||||
Reference in New Issue
Block a user