mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 19:27:26 -04:00
Settings hide/show window after changing decorations type
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user