diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-01-16 01:40:38 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-01-16 01:40:38 +1100 |
| commit | 4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8 (patch) | |
| tree | 6a7ee19dcc0b6387fc991542b22d3fbe20e65795 /modules/bar/components/workspaces/SpecialWorkspaces.qml | |
| parent | background: non async loader (diff) | |
| download | caelestia-shell-4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8.tar.gz caelestia-shell-4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8.tar.bz2 caelestia-shell-4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8.zip | |
internal: no async loaders
Fixes reload issue and all stuff not loading issues
Diffstat (limited to 'modules/bar/components/workspaces/SpecialWorkspaces.qml')
| -rw-r--r-- | modules/bar/components/workspaces/SpecialWorkspaces.qml | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |