Add notification, Use font.pointSize

This commit is contained in:
Ly-sec 2025-08-10 22:02:48 +02:00
parent 5fd3c4a53e
commit b2d3f401c4
8 changed files with 361 additions and 18 deletions

View file

@ -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
}
}