ShellState: add lockScreenActive state (#1011)

This commit is contained in:
Ly-sec
2025-12-10 15:17:47 +01:00
parent a47559c1c6
commit 649f7b1983
+1
View File
@@ -183,6 +183,7 @@ Singleton {
doNotDisturb: NotificationService.doNotDisturb,
noctaliaPerformanceMode: PowerProfileService.noctaliaPerformanceMode,
barVisible: BarService.isVisible,
lockScreenActive: PanelService.lockScreen?.active || false,
wallpapers: WallpaperService.currentWallpapers || {},
// -------------
display: shellStateData.display || {},