ussd-dialog: Set phone input purose on entry

USSD menus are usually navigatable with dumb phone keyboards
so this makes a good default.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/761>
This commit is contained in:
Guido Günther
2024-11-09 08:33:33 +01:00
parent 52e7f56efd
commit 39d953c011

View File

@@ -121,6 +121,7 @@
<child> <child>
<object class="GtkEntry" id="ussd_entry"> <object class="GtkEntry" id="ussd_entry">
<property name="visible">False</property> <property name="visible">False</property>
<property name="input-purpose">phone</property>
<signal name="changed" handler="window_ussd_entry_changed_cb" swapped="yes"/> <signal name="changed" handler="window_ussd_entry_changed_cb" swapped="yes"/>
</object> </object>
</child> </child>