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