https://bugs.kde.org/show_bug.cgi?id=515189
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/bluedevil/-/commit/f4b2a | |a190a1848f568198b924ef61bed | |a224934f Version| |6.6.1 Fixed/Implemented| | In| | Resolution|--- |FIXED --- Comment #4 from cwo <[email protected]> --- Git commit f4b2aa190a1848f568198b924ef61beda224934f by Christoph Wolk. Committed on 21/02/2026 at 10:18. Pushed by cwo into branch 'Plasma/6.6'. applet: don't show connection failure when connected The model's ConnectionFailed property is only updated when we initiate the connection manually. This means that if we fail to connect to the device (e.g. because it's off) and later it connects automatically (e.g. because it was turned on), ConnectionFailed will still be set, and the widget will show "Connection failed" on something that is in the connected section. Once we're connected, previous failures are no longer relevant, so only show it if we're not connected. FIXED-IN: 6.6.1 ---- 6.6 only; !247 is a cleaner solution but is a more complicated change that's better for 6.7 M +1 -1 src/applet/qml/DeviceItem.qml https://invent.kde.org/plasma/bluedevil/-/commit/f4b2aa190a1848f568198b924ef61beda224934f -- You are receiving this mail because: You are watching all bug changes.
