bar modules own active state, fix circular effectiveVisible deadlock in BarGroup
This commit is contained in:
parent
7eaa50327f
commit
7e594b7f8d
24 changed files with 52 additions and 73 deletions
|
|
@ -7,6 +7,7 @@ import "../applets" as C
|
|||
|
||||
M.BarModule {
|
||||
id: root
|
||||
active: S.Modules.notifications.enable
|
||||
spacing: S.Theme.moduleSpacing
|
||||
tooltip: S.NotifService.count > 0 ? "Notifications: " + S.NotifService.count + (S.NotifService.dnd ? " (DND)" : "") : (S.NotifService.dnd ? "Do not disturb" : "No notifications")
|
||||
panelNamespace: "nova-notifications"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue