diff options
Diffstat (limited to 'panels/network/network-bluetooth.ui')
-rw-r--r-- | panels/network/network-bluetooth.ui | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/panels/network/network-bluetooth.ui b/panels/network/network-bluetooth.ui new file mode 100644 index 0000000..fe3f8c1 --- /dev/null +++ b/panels/network/network-bluetooth.ui @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="NetDeviceBluetooth" parent="AdwActionRow"> + <property name="activatable_widget">device_off_switch</property> + <property name="title" translatable="yes">Wired</property> + <child type="suffix"> + <object class="GtkSwitch" id="device_off_switch"> + <property name="valign">center</property> + <signal name="notify::active" handler="device_off_switch_changed_cb" object="NetDeviceBluetooth" swapped="yes"/> + <accessibility> + <property name="label" translatable="yes">Turn device off</property> + </accessibility> + </object> + </child> + <child type="suffix"> + <object class="GtkButton" id="options_button"> + <property name="valign">center</property> + <property name="use_underline">True</property> + <property name="icon_name">emblem-system-symbolic</property> + <signal name="clicked" handler="options_button_clicked_cb" object="NetDeviceBluetooth" swapped="yes"/> + <accessibility> + <property name="label" translatable="yes">Options…</property> + </accessibility> + </object> + </child> + </template> +</interface> |