effects/overview: Don't show minimized windows in desktop thumbnails

BUG: 448850
This commit is contained in:
Vlad Zahorodnii 2022-02-10 00:19:51 +02:00
parent 0ad239a92d
commit ed670377c8

View file

@ -28,6 +28,7 @@ Item {
width: model.client.width
height: model.client.height
z: model.client.stackingOrder
visible: !model.client.minimized
}
}
}