1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00
Purism-Calls/data/sm.puri.Calls.gschema.xml
Evangelos Ribeiro Tzaras fef1531749 application: Add CallsSettings class
This makes it easy to access application wide settings.
2021-06-01 14:52:23 +02:00

12 lines
429 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>
</schema>
</schemalist>