feat: Introduce NotificationHistoryLoader to manage opening and closing the NotificationHistory panel.

This commit is contained in:
Hannes
2026-09-01 22:41:34 +02:00
parent 94d9dd6fac
commit 9788529f55
7 changed files with 372 additions and 9 deletions
+7
View File
@@ -19,6 +19,9 @@ ShellRoot {
// Notifications
NotificationLoader {}
NotificationHistoryLoader {
id: nHistoryLoader
}
//Wallpaper picker
WallpaperPickerLoader {}
@@ -41,6 +44,10 @@ ShellRoot {
wlLoader.openWlogout()
}
function toggleNotificationHistory() {
nHistoryLoader.toggleNHistory()
}
GlobalShortcut {
name: "QsReload"