When multiple apps are connected (e.g. iOS and Android running the same app), the Custom Commands page shows commands from all connections combined rather than filtering to the selected connection. This results in what looks like duplicate commands.
Related to #1525 (closed).
The server now tracks commands per clientId (added in #1598), so the desktop UI could filter using the selected connection's clientId.
When multiple apps are connected (e.g. iOS and Android running the same app), the Custom Commands page shows commands from all connections combined rather than filtering to the selected connection. This results in what looks like duplicate commands.
Related to #1525 (closed).
The server now tracks commands per
clientId(added in #1598), so the desktop UI could filter using the selected connection'sclientId.