diff options
Diffstat (limited to 'data/camorama.schemas.in')
-rw-r--r-- | data/camorama.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/camorama.schemas.in b/data/camorama.schemas.in index 4453f15..a902ce2 100644 --- a/data/camorama.schemas.in +++ b/data/camorama.schemas.in @@ -112,6 +112,19 @@ </schema> <schema> + <key>/schemas/apps/camorama/preferences/remote_uri</key> + <applyto>/apps/camorama/preferences/remote_uri</applyto> + <owner>camorama</owner> + <type>string</type> + <default>your-username</default> + <locale name="C"> + <short>Complete URI used to store image snapshots remotely</short> + <long>The complete URI of the last successful access to a remote + server, including protocol, host and remote directory</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/camorama/preferences/remote_append_ts_to_file</key> <applyto>/apps/camorama/preferences/remote_append_ts_to_file</applyto> <owner>camorama</owner> |