Skip to content

[applet] Fix placeholder message

Nicolas Fella requested to merge word/appl into master

We cannot rely on the adapter count since that can be zero when bluetooth is disabled, even when an adapter is physically there.

When no adapter is there the the "Add device" button is now hidden correctly

When bluetooth is disabled it says so instead of "No adapters found" now

Merge request reports