diff options
Diffstat (limited to 'modules/bar/components/workspaces/Workspaces.qml')
| -rw-r--r-- | modules/bar/components/workspaces/Workspaces.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/bar/components/workspaces/Workspaces.qml b/modules/bar/components/workspaces/Workspaces.qml index b146aae..ad20ab6 100644 --- a/modules/bar/components/workspaces/Workspaces.qml +++ b/modules/bar/components/workspaces/Workspaces.qml @@ -44,7 +44,6 @@ StyledClippingRect { Loader { active: Config.bar.workspaces.occupiedBg - asynchronous: true anchors.fill: parent anchors.margins: Appearance.padding.small @@ -78,7 +77,6 @@ StyledClippingRect { Loader { anchors.horizontalCenter: parent.horizontalCenter active: Config.bar.workspaces.activeIndicator - asynchronous: true sourceComponent: ActiveIndicator { activeWsId: root.activeWsId @@ -114,7 +112,6 @@ StyledClippingRect { anchors.margins: Appearance.padding.small active: opacity > 0 - asynchronous: true scale: root.onSpecial ? 1 : 0.5 opacity: root.onSpecial ? 1 : 0 |