diff --git a/Commons/ShellState.qml b/Commons/ShellState.qml index a7d499cd8..f151194b6 100644 --- a/Commons/ShellState.qml +++ b/Commons/ShellState.qml @@ -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 || {},