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 {
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 //////

Loading…
Cancel
Save