Skip to content
Commit 29a535b1 authored by Nate Graham's avatar Nate Graham
Browse files

[applet] Fix tooltip showing wrong name for connected device

This was introduced with c810d1f3
and is my fault, sorry. `device` is undefined in the single device use
case; we need to do `connectedDevices[0]` instead to make sure we get
the right one.

BUG: 422691
FIXED-IN: 5.19.1
parent bc1beed3
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