1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-23 02:50:12 +03:00

fix #440,dont show audio icon in wrong task

This commit is contained in:
Michail Vourlakos 2017-05-02 22:10:02 +03:00
parent 8810626422
commit e891f0bf05

View File

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