mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
propert visibility binding for notifications
This commit is contained in:
parent
27772fca54
commit
5809376938
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ import org.kde.notificationmanager 1.0 as NotificationManager
|
||||||
FullContainer {
|
FullContainer {
|
||||||
id: fullContainer
|
id: fullContainer
|
||||||
|
|
||||||
visible: applet && historyModel.count > 0
|
shouldBeVisible: applet && historyModel.count > 0
|
||||||
|
visible: shouldBeVisible
|
||||||
|
|
||||||
NotificationManager.Notifications {
|
NotificationManager.Notifications {
|
||||||
id: historyModel
|
id: historyModel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue