Skip to content
Commit 7b187da1 authored by Ismael Asensio's avatar Ismael Asensio Committed by Vlad Zahorodnii
Browse files

Tabbox: Fix grouping windows by application

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
parent 46679981
Pipeline #347212 failed with stage
in 29 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment