application: settings: Add autoload-plugins setting

This setting will be used to define the provider plugins to be loaded on
application startup if calls has been invoked without `--provider`
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-06-10 04:25:50 +02:00
parent 4f6fb722b1
commit e00b90d64e
4 changed files with 56 additions and 7 deletions

View File

@@ -14,5 +14,11 @@
<description>The country code is used for contact name lookup</description>
</key>
<key name="autoload-plugins" type="as">
<default>["mm", "sip"]</default>
<summary>The plugins to load automatically</summary>
<description>These plugins will be automatically loaded on application startup.</description>
</key>
</schema>
</schemalist>