summaryrefslogtreecommitdiff
path: root/modules
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
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')
-rw-r--r--modules/areapicker/Picker.qml1
-rw-r--r--modules/background/Background.qml1
-rw-r--r--modules/background/Wallpaper.qml1
-rw-r--r--modules/bar/components/Clock.qml1
-rw-r--r--modules/bar/components/StatusIcons.qml1
-rw-r--r--modules/bar/components/workspaces/SpecialWorkspaces.qml3
-rw-r--r--modules/bar/components/workspaces/Workspace.qml1
-rw-r--r--modules/bar/components/workspaces/Workspaces.qml3
-rw-r--r--modules/bar/popouts/Battery.qml1
-rw-r--r--modules/bar/popouts/Bluetooth.qml1
-rw-r--r--modules/bar/popouts/TrayMenu.qml4
-rw-r--r--modules/bar/popouts/Wrapper.qml4
-rw-r--r--modules/controlcenter/ControlCenter.qml1
-rw-r--r--modules/controlcenter/NavRail.qml1
-rw-r--r--modules/controlcenter/Panes.qml1
-rw-r--r--modules/controlcenter/appearance/AppearancePane.qml1
-rw-r--r--modules/controlcenter/appearance/sections/ColorSchemeSection.qml1
-rw-r--r--modules/controlcenter/appearance/sections/FontsSection.qml6
-rw-r--r--modules/controlcenter/components/SplitPaneLayout.qml2
-rw-r--r--modules/controlcenter/components/SplitPaneWithDetails.qml1
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml2
-rw-r--r--modules/controlcenter/network/NetworkingPane.qml1
-rw-r--r--modules/controlcenter/taskbar/TaskbarPane.qml1
-rw-r--r--modules/dashboard/dash/DateTime.qml1
-rw-r--r--modules/launcher/items/SchemeItem.qml1
-rw-r--r--modules/launcher/items/VariantItem.qml1
-rw-r--r--modules/lock/Center.qml1
-rw-r--r--modules/lock/Fetch.qml1
-rw-r--r--modules/lock/NotifDock.qml1
-rw-r--r--modules/lock/NotifGroup.qml3
-rw-r--r--modules/lock/WeatherInfo.qml3
-rw-r--r--modules/notifications/Notification.qml4
-rw-r--r--modules/osd/Content.qml1
-rw-r--r--modules/sidebar/NotifDock.qml1
-rw-r--r--modules/sidebar/NotifGroup.qml2
-rw-r--r--modules/utilities/RecordingDeleteModal.qml1
-rw-r--r--modules/utilities/cards/RecordingList.qml1
-rw-r--r--modules/windowinfo/Buttons.qml1
-rw-r--r--modules/windowinfo/Preview.qml1
39 files changed, 0 insertions, 64 deletions
diff --git a/modules/areapicker/Picker.qml b/modules/areapicker/Picker.qml
index 67ec268..35b35a2 100644
--- a/modules/areapicker/Picker.qml
+++ b/modules/areapicker/Picker.qml
@@ -197,7 +197,6 @@ MouseArea {
anchors.fill: parent
active: root.loader.freeze
- asynchronous: true
sourceComponent: ScreencopyView {
captureSource: root.screen
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 3e6d933..f3828bf 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -46,7 +46,6 @@ Loader {
anchors.margins: Appearance.padding.large
active: Config.background.desktopClock.enabled
- asynchronous: true
source: "DesktopClock.qml"
}
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml
index 233dacb..b5d7d4a 100644
--- a/modules/background/Wallpaper.qml
+++ b/modules/background/Wallpaper.qml
@@ -34,7 +34,6 @@ Item {
anchors.fill: parent
active: !root.source
- asynchronous: true
sourceComponent: StyledRect {
color: Colours.palette.m3surfaceContainer
diff --git a/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml
index be29c0b..801e93d 100644
--- a/modules/bar/components/Clock.qml
+++ b/modules/bar/components/Clock.qml
@@ -17,7 +17,6 @@ Column {
active: Config.bar.clock.showIcon
visible: active
- asynchronous: true
sourceComponent: MaterialIcon {
text: "calendar_month"
diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml
index 2f52596..74e6d00 100644
--- a/modules/bar/components/StatusIcons.qml
+++ b/modules/bar/components/StatusIcons.qml
@@ -265,7 +265,6 @@ StyledRect {
required property string name
Layout.alignment: Qt.AlignHCenter
- asynchronous: true
visible: active
}
}
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 {
diff --git a/modules/bar/components/workspaces/Workspace.qml b/modules/bar/components/workspaces/Workspace.qml
index d9d103d..3c8238b 100644
--- a/modules/bar/components/workspaces/Workspace.qml
+++ b/modules/bar/components/workspaces/Workspace.qml
@@ -61,7 +61,6 @@ ColumnLayout {
visible: active
active: root.hasWindows
- asynchronous: true
sourceComponent: Column {
spacing: 0
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
diff --git a/modules/bar/popouts/Battery.qml b/modules/bar/popouts/Battery.qml
index 35d32c5..ac975e1 100644
--- a/modules/bar/popouts/Battery.qml
+++ b/modules/bar/popouts/Battery.qml
@@ -40,7 +40,6 @@ Column {
anchors.horizontalCenter: parent.horizontalCenter
active: PowerProfiles.degradationReason !== PerformanceDegradationReason.None
- asynchronous: true
height: active ? (item?.implicitHeight ?? 0) : 0
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index 91ac560..676da82 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -142,7 +142,6 @@ ColumnLayout {
}
Loader {
- asynchronous: true
active: device.modelData.bonded
sourceComponent: Item {
implicitWidth: connectBtn.implicitWidth
diff --git a/modules/bar/popouts/TrayMenu.qml b/modules/bar/popouts/TrayMenu.qml
index c87c0e1..9b743db 100644
--- a/modules/bar/popouts/TrayMenu.qml
+++ b/modules/bar/popouts/TrayMenu.qml
@@ -85,7 +85,6 @@ StackView {
anchors.right: parent.right
active: !item.modelData.isSeparator
- asynchronous: true
sourceComponent: Item {
implicitHeight: label.implicitHeight
@@ -118,7 +117,6 @@ StackView {
anchors.left: parent.left
active: item.modelData.icon !== ""
- asynchronous: true
sourceComponent: IconImage {
implicitSize: label.implicitHeight
@@ -155,7 +153,6 @@ StackView {
anchors.right: parent.right
active: item.modelData.hasChildren
- asynchronous: true
sourceComponent: MaterialIcon {
text: "chevron_right"
@@ -169,7 +166,6 @@ StackView {
Loader {
active: menu.isSubMenu
- asynchronous: true
sourceComponent: Item {
implicitWidth: back.implicitWidth
diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml
index 5ef4f9d..64ee6db 100644
--- a/modules/bar/popouts/Wrapper.qml
+++ b/modules/bar/popouts/Wrapper.qml
@@ -101,7 +101,6 @@ Item {
id: content
shouldBeActive: root.hasCurrent && !root.detachedMode
- asynchronous: true
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
@@ -112,7 +111,6 @@ Item {
Comp {
shouldBeActive: root.detachedMode === "winfo"
- asynchronous: true
anchors.centerIn: parent
sourceComponent: WindowInfo {
@@ -123,7 +121,6 @@ Item {
Comp {
shouldBeActive: root.detachedMode === "any"
- asynchronous: true
anchors.centerIn: parent
sourceComponent: ControlCenter {
@@ -173,7 +170,6 @@ Item {
property bool shouldBeActive
- asynchronous: true
active: false
opacity: 0
diff --git a/modules/controlcenter/ControlCenter.qml b/modules/controlcenter/ControlCenter.qml
index fdb824e..043e7e1 100644
--- a/modules/controlcenter/ControlCenter.qml
+++ b/modules/controlcenter/ControlCenter.qml
@@ -42,7 +42,6 @@ Item {
Layout.fillWidth: true
Layout.columnSpan: 2
- asynchronous: true
active: root.floating
visible: active
diff --git a/modules/controlcenter/NavRail.qml b/modules/controlcenter/NavRail.qml
index ef338b2..e61a741 100644
--- a/modules/controlcenter/NavRail.qml
+++ b/modules/controlcenter/NavRail.qml
@@ -43,7 +43,6 @@ Item {
Loader {
Layout.topMargin: Appearance.spacing.large
- asynchronous: true
active: !root.session.floating
visible: active
diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml
index 833a411..eba7de1 100644
--- a/modules/controlcenter/Panes.qml
+++ b/modules/controlcenter/Panes.qml
@@ -129,7 +129,6 @@ ClippingRectangle {
anchors.fill: parent
clip: false
- asynchronous: true
active: false
Component.onCompleted: {
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml
index b6acbe5..257120b 100644
--- a/modules/controlcenter/appearance/AppearancePane.qml
+++ b/modules/controlcenter/appearance/AppearancePane.qml
@@ -103,7 +103,6 @@ Item {
Layout.fillHeight: true
Layout.bottomMargin: -Appearance.padding.large * 2
- asynchronous: true
active: {
const isActive = root.session.activeIndex === 3;
const isAdjacent = Math.abs(root.session.activeIndex - 3) === 1;
diff --git a/modules/controlcenter/appearance/sections/ColorSchemeSection.qml b/modules/controlcenter/appearance/sections/ColorSchemeSection.qml
index c0e5eb5..691d908 100644
--- a/modules/controlcenter/appearance/sections/ColorSchemeSection.qml
+++ b/modules/controlcenter/appearance/sections/ColorSchemeSection.qml
@@ -129,7 +129,6 @@ CollapsibleSection {
Loader {
active: isCurrent
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
diff --git a/modules/controlcenter/appearance/sections/FontsSection.qml b/modules/controlcenter/appearance/sections/FontsSection.qml
index 57b10ff..ef807b1 100644
--- a/modules/controlcenter/appearance/sections/FontsSection.qml
+++ b/modules/controlcenter/appearance/sections/FontsSection.qml
@@ -29,7 +29,6 @@ CollapsibleSection {
id: materialFontLoader
Layout.fillWidth: true
Layout.preferredHeight: item ? Math.min(item.contentHeight, 300) : 0
- asynchronous: true
active: materialFontSection.expanded
sourceComponent: StyledListView {
@@ -84,7 +83,6 @@ CollapsibleSection {
Loader {
active: isCurrent
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
@@ -110,7 +108,6 @@ CollapsibleSection {
Loader {
Layout.fillWidth: true
Layout.preferredHeight: item ? Math.min(item.contentHeight, 300) : 0
- asynchronous: true
active: monoFontSection.expanded
sourceComponent: StyledListView {
@@ -165,7 +162,6 @@ CollapsibleSection {
Loader {
active: isCurrent
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
@@ -191,7 +187,6 @@ CollapsibleSection {
Loader {
Layout.fillWidth: true
Layout.preferredHeight: item ? Math.min(item.contentHeight, 300) : 0
- asynchronous: true
active: sansFontSection.expanded
sourceComponent: StyledListView {
@@ -246,7 +241,6 @@ CollapsibleSection {
Loader {
active: isCurrent
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
diff --git a/modules/controlcenter/components/SplitPaneLayout.qml b/modules/controlcenter/components/SplitPaneLayout.qml
index 8b4f0d9..3609a74 100644
--- a/modules/controlcenter/components/SplitPaneLayout.qml
+++ b/modules/controlcenter/components/SplitPaneLayout.qml
@@ -49,7 +49,6 @@ RowLayout {
anchors.leftMargin: Appearance.padding.large
anchors.rightMargin: Appearance.padding.large + Appearance.padding.normal / 2
- asynchronous: true
sourceComponent: root.leftContent
Component.onCompleted: {
@@ -91,7 +90,6 @@ RowLayout {
anchors.fill: parent
anchors.margins: Appearance.padding.large * 2
- asynchronous: true
sourceComponent: root.rightContent
Component.onCompleted: {
diff --git a/modules/controlcenter/components/SplitPaneWithDetails.qml b/modules/controlcenter/components/SplitPaneWithDetails.qml
index e873923..5db5bdb 100644
--- a/modules/controlcenter/components/SplitPaneWithDetails.qml
+++ b/modules/controlcenter/components/SplitPaneWithDetails.qml
@@ -56,7 +56,6 @@ Item {
transformOrigin: Item.Center
clip: false
- asynchronous: true
sourceComponent: rightPaneItem.targetComponent
}
diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml
index 47f87cc..fabe75e 100644
--- a/modules/controlcenter/launcher/LauncherPane.qml
+++ b/modules/controlcenter/launcher/LauncherPane.qml
@@ -289,7 +289,6 @@ Item {
id: appsListLoader
Layout.fillWidth: true
Layout.fillHeight: true
- asynchronous: true
active: true
sourceComponent: StyledListView {
@@ -396,7 +395,6 @@ Item {
transformOrigin: Item.Center
clip: false
- asynchronous: true
sourceComponent: rightLauncherPane.targetComponent
active: true
diff --git a/modules/controlcenter/network/NetworkingPane.qml b/modules/controlcenter/network/NetworkingPane.qml
index b430cce..a87a16f 100644
--- a/modules/controlcenter/network/NetworkingPane.qml
+++ b/modules/controlcenter/network/NetworkingPane.qml
@@ -208,7 +208,6 @@ Item {
transformOrigin: Item.Center
clip: false
- asynchronous: true
sourceComponent: rightPaneItem.targetComponent
}
diff --git a/modules/controlcenter/taskbar/TaskbarPane.qml b/modules/controlcenter/taskbar/TaskbarPane.qml
index 5d51c8c..efd4a76 100644
--- a/modules/controlcenter/taskbar/TaskbarPane.qml
+++ b/modules/controlcenter/taskbar/TaskbarPane.qml
@@ -125,7 +125,6 @@ Item {
anchors.leftMargin: Appearance.padding.large
anchors.rightMargin: Appearance.padding.large
- asynchronous: true
sourceComponent: taskbarContentComponent
}
}
diff --git a/modules/dashboard/dash/DateTime.qml b/modules/dashboard/dash/DateTime.qml
index bbef067..d80acd4 100644
--- a/modules/dashboard/dash/DateTime.qml
+++ b/modules/dashboard/dash/DateTime.qml
@@ -52,7 +52,6 @@ Item {
Loader {
Layout.alignment: Qt.AlignHCenter
- asynchronous: true
active: Config.services.useTwelveHourClock
visible: active
diff --git a/modules/launcher/items/SchemeItem.qml b/modules/launcher/items/SchemeItem.qml
index b755c37..3ff1846 100644
--- a/modules/launcher/items/SchemeItem.qml
+++ b/modules/launcher/items/SchemeItem.qml
@@ -93,7 +93,6 @@ Item {
anchors.verticalCenter: parent.verticalCenter
active: `${root.modelData?.name} ${root.modelData?.flavour}` === Schemes.currentScheme
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
diff --git a/modules/launcher/items/VariantItem.qml b/modules/launcher/items/VariantItem.qml
index a161aa8..5c34fa8 100644
--- a/modules/launcher/items/VariantItem.qml
+++ b/modules/launcher/items/VariantItem.qml
@@ -69,7 +69,6 @@ Item {
anchors.verticalCenter: parent.verticalCenter
active: root.modelData?.variant === Schemes.currentVariant
- asynchronous: true
sourceComponent: MaterialIcon {
text: "check"
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml
index 748504b..e37207a 100644
--- a/modules/lock/Center.qml
+++ b/modules/lock/Center.qml
@@ -58,7 +58,6 @@ ColumnLayout {
Layout.leftMargin: Appearance.spacing.small
Layout.alignment: Qt.AlignVCenter
- asynchronous: true
active: Config.services.useTwelveHourClock
visible: active
diff --git a/modules/lock/Fetch.qml b/modules/lock/Fetch.qml
index 0e64343..ded5608 100644
--- a/modules/lock/Fetch.qml
+++ b/modules/lock/Fetch.qml
@@ -143,7 +143,6 @@ ColumnLayout {
}
component WrappedLoader: Loader {
- asynchronous: true
visible: active
}
diff --git a/modules/lock/NotifDock.qml b/modules/lock/NotifDock.qml
index 7551e68..01f7e4b 100644
--- a/modules/lock/NotifDock.qml
+++ b/modules/lock/NotifDock.qml
@@ -40,7 +40,6 @@ ColumnLayout {
Loader {
anchors.centerIn: parent
- asynchronous: true
active: opacity > 0
opacity: Notifs.list.length > 0 ? 0 : 1
diff --git a/modules/lock/NotifGroup.qml b/modules/lock/NotifGroup.qml
index 2a08c26..7796090 100644
--- a/modules/lock/NotifGroup.qml
+++ b/modules/lock/NotifGroup.qml
@@ -87,7 +87,6 @@ StyledRect {
Loader {
anchors.centerIn: parent
- asynchronous: true
sourceComponent: root.image ? imageComp : root.appIcon ? appIconComp : materialIconComp
}
}
@@ -95,7 +94,6 @@ StyledRect {
Loader {
anchors.right: parent.right
anchors.bottom: parent.bottom
- asynchronous: true
active: root.appIcon && root.image
sourceComponent: StyledRect {
@@ -254,7 +252,6 @@ StyledRect {
opacity: root.expanded ? 1 : 0
Layout.preferredHeight: root.expanded ? implicitHeight : 0
active: opacity > 0
- asynchronous: true
sourceComponent: ColumnLayout {
Repeater {
diff --git a/modules/lock/WeatherInfo.qml b/modules/lock/WeatherInfo.qml
index b2b4579..d6c25af 100644
--- a/modules/lock/WeatherInfo.qml
+++ b/modules/lock/WeatherInfo.qml
@@ -23,7 +23,6 @@ ColumnLayout {
Layout.bottomMargin: -Appearance.padding.large
Layout.alignment: Qt.AlignHCenter
- asynchronous: true
active: root.rootHeight > 610
visible: active
@@ -73,7 +72,6 @@ ColumnLayout {
Loader {
Layout.rightMargin: Appearance.padding.smaller
- asynchronous: true
active: root.width > 400
visible: active
@@ -113,7 +111,6 @@ ColumnLayout {
Layout.bottomMargin: Appearance.padding.large * 2
Layout.fillWidth: true
- asynchronous: true
active: root.rootHeight > 820
visible: active
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml
index b5376cf..8c2d3ec 100644
--- a/modules/notifications/Notification.qml
+++ b/modules/notifications/Notification.qml
@@ -108,7 +108,6 @@ StyledRect {
id: image
active: root.hasImage
- asynchronous: true
anchors.left: parent.left
anchors.top: parent.top
@@ -135,7 +134,6 @@ StyledRect {
id: appIcon
active: root.hasAppIcon || !root.hasImage
- asynchronous: true
anchors.horizontalCenter: root.hasImage ? undefined : image.horizontalCenter
anchors.verticalCenter: root.hasImage ? undefined : image.verticalCenter
@@ -152,7 +150,6 @@ StyledRect {
id: icon
active: root.hasAppIcon
- asynchronous: true
anchors.centerIn: parent
@@ -169,7 +166,6 @@ StyledRect {
Loader {
active: !root.hasAppIcon
- asynchronous: true
anchors.centerIn: parent
anchors.horizontalCenterOffset: -Appearance.font.size.large * 0.02
anchors.verticalCenterOffset: Appearance.font.size.large * 0.02
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml
index 619810f..622f2d7 100644
--- a/modules/osd/Content.qml
+++ b/modules/osd/Content.qml
@@ -112,7 +112,6 @@ Item {
Layout.preferredHeight: shouldBeActive ? Config.osd.sizes.sliderHeight : 0
opacity: shouldBeActive ? 1 : 0
active: opacity > 0
- asynchronous: true
visible: active
Behavior on Layout.preferredHeight {
diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml
index b915ed9..d039d15 100644
--- a/modules/sidebar/NotifDock.qml
+++ b/modules/sidebar/NotifDock.qml
@@ -87,7 +87,6 @@ Item {
Loader {
anchors.centerIn: parent
- asynchronous: true
active: opacity > 0
opacity: root.notifCount > 0 ? 0 : 1
diff --git a/modules/sidebar/NotifGroup.qml b/modules/sidebar/NotifGroup.qml
index c230a5c..16aac33 100644
--- a/modules/sidebar/NotifGroup.qml
+++ b/modules/sidebar/NotifGroup.qml
@@ -109,7 +109,6 @@ StyledRect {
Loader {
anchors.centerIn: parent
- asynchronous: true
sourceComponent: root.image ? imageComp : root.appIcon ? appIconComp : materialIconComp
}
}
@@ -117,7 +116,6 @@ StyledRect {
Loader {
anchors.right: parent.right
anchors.bottom: parent.bottom
- asynchronous: true
active: root.appIcon && root.image
sourceComponent: StyledRect {
diff --git a/modules/utilities/RecordingDeleteModal.qml b/modules/utilities/RecordingDeleteModal.qml
index e832c27..127afe9 100644
--- a/modules/utilities/RecordingDeleteModal.qml
+++ b/modules/utilities/RecordingDeleteModal.qml
@@ -19,7 +19,6 @@ Loader {
opacity: root.props.recordingConfirmDelete ? 1 : 0
active: opacity > 0
- asynchronous: true
sourceComponent: MouseArea {
id: deleteConfirmation
diff --git a/modules/utilities/cards/RecordingList.qml b/modules/utilities/cards/RecordingList.qml
index 5d71328..b9d757a 100644
--- a/modules/utilities/cards/RecordingList.qml
+++ b/modules/utilities/cards/RecordingList.qml
@@ -167,7 +167,6 @@ ColumnLayout {
opacity: list.count === 0 ? 1 : 0
active: opacity > 0
- asynchronous: true
sourceComponent: ColumnLayout {
spacing: Appearance.spacing.small
diff --git a/modules/windowinfo/Buttons.qml b/modules/windowinfo/Buttons.qml
index d7ef095..89acfe6 100644
--- a/modules/windowinfo/Buttons.qml
+++ b/modules/windowinfo/Buttons.qml
@@ -118,7 +118,6 @@ ColumnLayout {
Loader {
active: root.client?.lastIpcObject.floating
- asynchronous: true
Layout.fillWidth: active
Layout.leftMargin: active ? 0 : -parent.spacing
Layout.rightMargin: active ? 0 : -parent.spacing
diff --git a/modules/windowinfo/Preview.qml b/modules/windowinfo/Preview.qml
index d2c5682..4cc0aab 100644
--- a/modules/windowinfo/Preview.qml
+++ b/modules/windowinfo/Preview.qml
@@ -35,7 +35,6 @@ Item {
Loader {
anchors.centerIn: parent
active: !root.client
- asynchronous: true
sourceComponent: ColumnLayout {
spacing: 0