aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Settings.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml
index 9d296d35..155cc5f3 100644
--- a/pages/Settings.qml
+++ b/pages/Settings.qml
@@ -334,6 +334,17 @@ Rectangle {
}
+ RowLayout {
+ CheckBox {
+ id: customDecorationsCheckBox
+ checked: persistentSettings.customDecorations
+ onClicked: persistentSettings.customDecorations = checked
+ text: qsTr("Custom decorations") + translationManager.emptyString
+ checkedIcon: "../images/checkedVioletIcon.png"
+ uncheckedIcon: "../images/uncheckedIcon.png"
+ }
+ }
+
}
// Daemon console