diff --git a/plasmoid/contents/ui/TaskDelegate.qml b/plasmoid/contents/ui/TaskDelegate.qml index e79e01a64..2e9faa914 100644 --- a/plasmoid/contents/ui/TaskDelegate.qml +++ b/plasmoid/contents/ui/TaskDelegate.qml @@ -127,12 +127,20 @@ MouseArea{ } else { isSeparator = false; } + + //trying to fix #440, showing the audio icon indicator to irrelevant tasks + //after dragging an existent task with audio + updateAudioStreams(); } onModelLauncherUrlWithIconChanged: { if (modelLauncherUrlWithIcon !== ""){ launcherUrlWithIcon = modelLauncherUrlWithIcon; } + + //trying to fix #440, showing the audio icon indicator to irrelevant tasks + //after dragging an existent task with audio + updateAudioStreams(); } ////// Audio streams //////