mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 13:25:39 +00:00
fef1531749
This makes it easy to access application wide settings.
12 lines
429 B
XML
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>
|