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:
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…
x
Reference in New Issue
Block a user