shell-state: added openedPanel property

This commit is contained in:
Lemmy
2026-02-09 20:46:39 -05:00
parent 9640db42f7
commit 01aa58afde
+1
View File
@@ -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,