Skip to content

kcm: use switches for instant-apply options

Christoph Wolk requested to merge cwo/bluedevil:iapply_switches into master

The HIG recommend the use of switches instead of checkboxes for settings that take effect immediately. The page for devices and the settings page of the Bluetooth kcm have such settings (e.g. "Trusted" or "Visible") that don't require pressing apply, but are nonetheless checkboxes rather than switches.

This change replaces these checkboxes with switches.

before after
bt_settings_before bt_settings_after
bt_device_before bt_device_after

https://develop.kde.org/hig/getting_input/

@teams/vdg

Merge request reports