Skip to content

Show "Enable bluetooth" only when Manager is operational

Kai Uwe Broulik requested to merge work/chec-op-before-add-hint into master

The properties are fetched asynchronously, so when opening the KCM it would always briefly flash the "Enable bluetooth" hint until the list is loaded.

Also check whether the manager itself is operational and don't show it when this isn't the case.

Ideally, we'd had a way to check whether BluezQt is fecthing properties and show a BusyIndicator and also know when it fails to show a respective error. However, this is a simple fix that makes the UX slightly more polished.


@nicolasfella

Merge request reports