mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
disable look for close
This commit is contained in:
parent
8f7f23321f
commit
8bf2aebd2f
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ MouseArea {
|
|||
PlasmaCore.IconItem {
|
||||
id: icon
|
||||
anchors.fill: parent
|
||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup//PlasmaCore.ColorContext.colorGroup
|
||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||
enabled: button.enabled
|
||||
}
|
||||
onClicked: {
|
||||
if (checkable) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue