sip-account-widget: Add switch to specify account can handle tel URI

Fixes #277
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-10-21 11:17:40 +02:00
parent fbbe17139d
commit 992a243de6
2 changed files with 25 additions and 1 deletions

View File

@@ -180,6 +180,24 @@
</child>
</object>
</child>
<child>
<object class="HdyPreferencesGroup">
<property name="visible">True</property>
<child>
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="title" translatable="yes">Use for Phone Calls</property>
<child>
<object class="GtkSwitch" id="tel_switch">
<property name="visible">True</property>
<property name="valign">center</property>
<signal name="notify::active" handler="on_user_changed" swapped="yes"/>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>