mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Add notification, Use font.pointSize
This commit is contained in:
@@ -9,6 +9,7 @@ import qs.Modules.Bar
|
||||
import qs.Modules.DemoPanel
|
||||
import qs.Modules.Background
|
||||
import qs.Modules.SidePanel
|
||||
import qs.Modules.Notification
|
||||
import qs.Services
|
||||
|
||||
ShellRoot {
|
||||
@@ -26,4 +27,8 @@ ShellRoot {
|
||||
SidePanel {
|
||||
id: sidePanel
|
||||
}
|
||||
|
||||
Notification {
|
||||
id: notification
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user