Add inner bar implementation for notifications

This commit is contained in:
2025-11-22 13:53:16 +01:00
parent 0397cadf91
commit d27f0c2486
4 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -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 {