mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-05 12:58:18 +03:00
change advance mode with click on the label
This commit is contained in:
parent
06a9d880d3
commit
ce5d6a6607
@ -239,6 +239,14 @@ FocusScope {
|
||||
text: i18n("Advanced")
|
||||
Layout.alignment: Qt.AlignRight
|
||||
opacity: plasmoid.configuration.advanced ? 1 : 0.3
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
plasmoid.configuration.advanced = !advancedSwitch.checked;
|
||||
advancedSwitch.checked = plasmoid.configuration.advanced;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Switch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user