diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-09 16:55:42 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-09 16:55:42 +1000 |
| commit | 5902988a774cf9122cd809a8266aa764f0c0bd85 (patch) | |
| tree | ef61b2fca4adf2c5c6c44d9e4e00c54d9d0bb94e /modules/dashboard | |
| parent | plugin/ac: not singleton (diff) | |
| download | caelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.tar.gz caelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.tar.bz2 caelestia-shell-5902988a774cf9122cd809a8266aa764f0c0bd85.zip | |
dashboard/media: fix incubation warning
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/Media.qml | 1 |
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 { |