mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
shell-state: added openedPanel property
This commit is contained in:
@@ -237,6 +237,7 @@ Singleton {
|
||||
doNotDisturb: NotificationService.doNotDisturb,
|
||||
noctaliaPerformanceMode: PowerProfileService.noctaliaPerformanceMode,
|
||||
barVisible: BarService.isVisible,
|
||||
openedPanel: PanelService.openedPanel?.objectName || "",
|
||||
lockScreenActive: PanelService.lockScreen?.active || false,
|
||||
wallpapers: WallpaperService.currentWallpapers || {},
|
||||
desktopWidgetsEditMode: DesktopWidgetRegistry.editMode || false,
|
||||
|
||||
Reference in New Issue
Block a user