summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 16:55:42 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 16:55:42 +1000
commit5902988a774cf9122cd809a8266aa764f0c0bd85 (patch)
treeef61b2fca4adf2c5c6c44d9e4e00c54d9d0bb94e
parentplugin/ac: not singleton (diff)
downloadcaelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.tar.gz
caelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.tar.bz2
caelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.zip
dashboard/media: fix incubation warning
-rw-r--r--modules/dashboard/Media.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml
index 163d271..1798e89 100644
--- a/modules/dashboard/Media.qml
+++ b/modules/dashboard/Media.qml
@@ -543,7 +543,6 @@ Item {
readonly property string icon: Icons.getAppIcon(player?.identity)
Layout.fillHeight: true
- asynchronous: true
sourceComponent: !player || icon === "image://icon/" ? fallbackIcon : playerImage
Component {