fix #440,dont show audio icon in wrong task

pull/1/head
Michail Vourlakos 8 years ago
parent 8810626422
commit e891f0bf05

@ -127,12 +127,20 @@ MouseArea{
} else { } else {
isSeparator = false; isSeparator = false;
} }
//trying to fix #440, showing the audio icon indicator to irrelevant tasks
//after dragging an existent task with audio
updateAudioStreams();
} }
onModelLauncherUrlWithIconChanged: { onModelLauncherUrlWithIconChanged: {
if (modelLauncherUrlWithIcon !== ""){ if (modelLauncherUrlWithIcon !== ""){
launcherUrlWithIcon = 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 ////// ////// Audio streams //////

Loading…
Cancel
Save