From 456bf04db6ef56b0e70d9eedf0973e570120315f Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Fri, 9 Dec 2016 21:35:08 +0000 Subject: [PATCH] Settings: add user option to toggle custom decorations Some people prefer those --- pages/Settings.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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