feat: Introduce NotificationHistoryLoader to manage opening and closing the NotificationHistory panel.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user