mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 17:54:41 +00:00
Add inner bar implementation for notifications
This commit is contained in:
@@ -22,7 +22,7 @@ Variants {
|
||||
property ListModel notificationModel: NotificationService.activeList
|
||||
|
||||
// Always create window (but with 0x0 dimensions when no notifications)
|
||||
active: notificationModel.count > 0 || delayTimer.running
|
||||
active: (notificationModel.count > 0 || delayTimer.running) && Settings.data.notifications?.location != "bar"
|
||||
|
||||
// Keep loader active briefly after last notification to allow animations to complete
|
||||
Timer {
|
||||
|
||||
Reference in New Issue
Block a user