Settings hide/show window after changing decorations type

This commit is contained in:
moneromooo.monero
2016-12-15 00:59:10 +00:00
parent 456bf04db6
commit 2a7f160534
2 changed files with 18 additions and 1 deletions

View File

@@ -338,7 +338,7 @@ Rectangle {
CheckBox {
id: customDecorationsCheckBox
checked: persistentSettings.customDecorations
onClicked: persistentSettings.customDecorations = checked
onClicked: appWindow.setCustomWindowDecorations(checked)
text: qsTr("Custom decorations") + translationManager.emptyString
checkedIcon: "../images/checkedVioletIcon.png"
uncheckedIcon: "../images/uncheckedIcon.png"