https://bugs.kde.org/show_bug.cgi?id=386055
--- Comment #8 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 47b66c7147bdc559e5ecdbfa16c56b7771272b83 by Fushan Wen. Committed on 28/02/2023 at 00:12. Pushed by fusionfuture into branch 'Plasma/5.27'. 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. (cherry picked from commit a67e3674bae276bf76a11df7e0d11c6195e591b8) 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/47b66c7147bdc559e5ecdbfa16c56b7771272b83 -- You are receiving this mail because: You are watching all bug changes.