Add an a11y label to the enable switch
This commit is contained in:
parent
5329a8f942
commit
f1d5215cdd
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue