From a39a2fcd1809f4a195126386be3b3710e7a74755 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:03:33 +1100 Subject: [PATCH] feat: async dashboard --- modules/dashboard/LyricMenu.qml | 1 + modules/dashboard/dash/DateTime.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/dashboard/LyricMenu.qml b/modules/dashboard/LyricMenu.qml index 0add06bb..f033b0dd 100644 --- a/modules/dashboard/LyricMenu.qml +++ b/modules/dashboard/LyricMenu.qml @@ -23,6 +23,7 @@ StyledRect { } Loader { + asynchronous: true anchors.fill: parent active: root.height > 0 diff --git a/modules/dashboard/dash/DateTime.qml b/modules/dashboard/dash/DateTime.qml index e7404488..90d2f0b6 100644 --- a/modules/dashboard/dash/DateTime.qml +++ b/modules/dashboard/dash/DateTime.qml @@ -48,6 +48,7 @@ Item { } Loader { + asynchronous: true Layout.alignment: Qt.AlignHCenter active: Config.services.useTwelveHourClock