summaryrefslogtreecommitdiff
path: root/modules/bar/components/workspaces/SpecialWorkspaces.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2026-01-16 01:40:38 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2026-01-16 01:40:38 +1100
commit4f7f21a86dea0cd8c12b9b748ea19d95aefa43b8 (patch)
tree6a7ee19dcc0b6387fc991542b22d3fbe20e65795 /modules/bar/components/workspaces/SpecialWorkspaces.qml
parentbackground: non async loader (diff)
downloadcaelestia-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.qml3
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 {