mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-26 01:23:44 +01:00
Settings: add user option to toggle custom decorations
Some people prefer those
This commit is contained in:
parent
eff8bdedc4
commit
456bf04db6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user