[effects/overview] Only show close button for closeable windows
This commit is contained in:
parent
07551a4487
commit
f6796ac860
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ FocusScope {
|
|||
anchors.topMargin: PlasmaCore.Units.largeSpacing
|
||||
implicitWidth: PlasmaCore.Units.iconSizes.medium
|
||||
implicitHeight: implicitWidth
|
||||
visible: hovered || hoverHandler.hovered
|
||||
visible: (hovered || hoverHandler.hovered) && thumb.client.closeable
|
||||
onClicked: thumb.client.closeWindow();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue