1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00
Purism-Calls/data/sm.puri.Calls.gschema.xml
Evangelos Ribeiro Tzaras 7d3426598d application: settings: Add country code setting
This helps to unbreak country code lookup (see 5fd39121).
2021-06-01 14:52:23 +02:00

19 lines
657 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="purism-calls">
<schema id="sm.puri.Calls" path="/sm/puri/Calls/">
<key name="auto-use-default-origins" type="b">
<default>true</default>
<summary>Whether calls should automatically use the default origin</summary>
<description>Whether calls should automatically use the default origin</description>
</key>
<key name="country-code" type="s">
<default>''</default>
<summary>The country code as reported by the modem</summary>
<description>The country code is used for contact name lookup</description>
</key>
</schema>
</schemalist>