effects/overview: Don't show minimized windows in desktop thumbnails
BUG: 448850
This commit is contained in:
parent
0ad239a92d
commit
ed670377c8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ Item {
|
|||
width: model.client.width
|
||||
height: model.client.height
|
||||
z: model.client.stackingOrder
|
||||
visible: !model.client.minimized
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue