notification changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user