mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
SystemTrayService: add service to init tray faster (#689)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
// Qt & Quickshell Core
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Services.SystemTray
|
||||
|
||||
// Commons & Services
|
||||
import qs.Commons
|
||||
@@ -68,6 +69,7 @@ ShellRoot {
|
||||
sourceComponent: Item {
|
||||
Component.onCompleted: {
|
||||
Logger.i("Shell", "---------------------------")
|
||||
SystemTrayService.init()
|
||||
WallpaperService.init()
|
||||
AppThemeService.init()
|
||||
ColorSchemeService.init()
|
||||
|
||||
Reference in New Issue
Block a user