SystemTrayService: add service to init tray faster (#689)

This commit is contained in:
Ly-sec
2025-11-10 12:56:01 +01:00
parent c6bd84dfaa
commit bb8ab1f7eb
2 changed files with 42 additions and 0 deletions
+2
View File
@@ -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()