Add an a11y label to the enable switch

This commit is contained in:
Lukáš Tyrychtr 2022-05-02 11:37:24 +02:00 committed by Robert Ancell
parent 5329a8f942
commit f1d5215cdd

View file

@ -7,6 +7,9 @@
<child>
<object class="GtkSwitch" id="enable_switch">
<property name="valign">center</property>
<accessibility>
<property name="label" translatable="yes">Enable</property>
</accessibility>
<signal name="state-set" handler="enable_switch_state_set_cb" object="CcBluetoothPanel" swapped="yes"/>
</object>
</child>