Skip to content

Tabbox: Fix grouping windows by application

Vlad Zahorodnii requested to merge work/cherry-pick-7b187da1 into Plasma/5.27

When grouping windows by app, the TabBox code uses the on-progress client list as it is getting constructed to decided whether to add a new window or not.

So instead of a local variable to construct the client list, let's use a member one and expose it on the clientList() getter.

Amends commit: e89c09a6

(cherry picked from commit 7b187da1)

Merge request reports