https://bugs.kde.org/show_bug.cgi?id=386055
--- Comment #6 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit a67e3674bae276bf76a11df7e0d11c6195e591b8 by Fushan Wen. Committed on 27/02/2023 at 23:42. Pushed by fusionfuture into branch 'master'. libtaskmanager: consider current activity when computing first task index For example, there are two activities. Two launchers are in one activity, and 3 launchers arein the other activity. Before this change the first task index will be 5 because the index doesn't consider the current activity. After this change the first task index will either be 2 or 3 depending on the current activity. M +12 -0 libtaskmanager/launchertasksmodel.cpp M +1 -0 libtaskmanager/launchertasksmodel.h M +8 -1 libtaskmanager/tasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/commit/a67e3674bae276bf76a11df7e0d11c6195e591b8 -- You are receiving this mail because: You are watching all bug changes.