mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 18:47:26 -04:00
Settings: add user option to toggle custom decorations
Some people prefer those
This commit is contained in:
@@ -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
|
// Daemon console
|
||||||
|
|||||||
Reference in New Issue
Block a user