From 9339394e07bda1c51e0bc484d09e5419a6ad2d29 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 23:26:16 +1000 Subject: bar: use loader instead of swipeview Also properly set it up Make network reloadable cause getting is pretty slow --- modules/bar/components/workspaces/Workspace.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/components') diff --git a/modules/bar/components/workspaces/Workspace.qml b/modules/bar/components/workspaces/Workspace.qml index e069565..2e30169 100644 --- a/modules/bar/components/workspaces/Workspace.qml +++ b/modules/bar/components/workspaces/Workspace.qml @@ -49,7 +49,7 @@ Item { Repeater { model: ScriptModel { - values: Hyprland.clients.filter(c => c.workspace.id === root.ws) + values: Hyprland.clients.filter(c => c.workspace?.id === root.ws) } MaterialIcon { -- cgit v1.2.3-freya