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/controlcenter/launcher/LauncherPane.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/controlcenter/launcher') 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 -- cgit v1.2.3-freya