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:
parent
e0887d437c
commit
3ae27ca496
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user