Settings: add user option to toggle custom decorations

Some people prefer those
This commit is contained in:
moneromooo.monero 2016-12-09 21:35:08 +00:00
parent eff8bdedc4
commit 456bf04db6
1 changed files with 11 additions and 0 deletions

View File

@ -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