From 4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:40:38 +1100 Subject: internal: no async loaders Fixes reload issue and all stuff not loading issues --- modules/bar/components/workspaces/SpecialWorkspaces.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/bar/components/workspaces/SpecialWorkspaces.qml') diff --git a/modules/bar/components/workspaces/SpecialWorkspaces.qml b/modules/bar/components/workspaces/SpecialWorkspaces.qml index ff2652e..866022a 100644 --- a/modules/bar/components/workspaces/SpecialWorkspaces.qml +++ b/modules/bar/components/workspaces/SpecialWorkspaces.qml @@ -167,7 +167,6 @@ Item { Layout.alignment: Qt.AlignHCenter | Qt.AlignTop Layout.preferredHeight: Config.bar.sizes.innerWidth - Appearance.padding.small * 2 - asynchronous: true sourceComponent: ws.icon.length === 1 ? letterComp : iconComp Component { @@ -199,7 +198,6 @@ Item { visible: active active: ws.hasWindows - asynchronous: true sourceComponent: Column { spacing: 0 @@ -292,7 +290,6 @@ Item { Loader { active: Config.bar.workspaces.activeIndicator - asynchronous: true anchors.fill: parent sourceComponent: Item { -- cgit v1.2.3-freya