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/notifications/Notification.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/notifications/Notification.qml') 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 -- cgit v1.2.3-freya