diff options
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml b/data/com.canonical.indicator.datetime.gschema.xml index 7e74a63..3e0082d 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml +++ b/data/com.canonical.indicator.datetime.gschema.xml @@ -144,5 +144,13 @@ The volume at which alarms will be played. </description> </key> + <key name="alarm-duration-minutes" type="i"> + <range min="1" max="60"/> + <default>30</default> + <summary>The alarm's duration.</summary> + <description> + How long the alarm's sound will be looped if its snap decision is not dismissed by the user. + </description> + </key> </schema> </schemalist> |