notification changes

This commit is contained in:
Zacharias-Brohn
2026-02-04 14:11:30 +01:00
parent 29606e363a
commit 76e008007e
57 changed files with 4537 additions and 202 deletions
+9
View File
@@ -7,6 +7,7 @@ import qs.Config
import qs.Modules.Calendar
import qs.Modules.WSOverview
import qs.Modules.Polkit
import qs.Modules.Dashboard
Item {
id: root
@@ -88,6 +89,14 @@ Item {
screen: root.wrapper.screen
}
}
Popout {
name: "dash"
sourceComponent: Dashboard {
wrapper: root.wrapper
}
}
}
component Popout: Loader {