1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

tasks: fix typo

This commit is contained in:
Michail Vourlakos 2021-12-14 19:51:17 +02:00
parent e0887d437c
commit 3ae27ca496

View File

@ -721,8 +721,8 @@ AbilityItem.BasicItem {
// a PID to an audio stream window. Otherwise if you have two instances of
// an application, one playing and the other not, it will look up appName
// for the non-playing instance and erroneously show an indicator on both.
if (!pa.hasPidMatch(task.appName)) {
streams = pa.streamsForAppName(task.appName);
if (!pa.hasPidMatch(taskItem.appName)) {
streams = pa.streamsForAppName(taskItem.appName);
}
}