mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
id: fullContainer
|
||||
|
||||
visible: applet && historyModel.count > 0
|
||||
shouldBeVisible: applet && historyModel.count > 0
|
||||
visible: shouldBeVisible
|
||||
|
||||
NotificationManager.Notifications {
|
||||
id: historyModel
|
||||
|
|
|
|||
Loading…
Reference in a new issue