diff options
-rw-r--r-- | data/org.ayatana.indicator.sound.AccountsService.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.sound.AccountsService.xml b/data/org.ayatana.indicator.sound.AccountsService.xml index 7a8c2bd..874473f 100644 --- a/data/org.ayatana.indicator.sound.AccountsService.xml +++ b/data/org.ayatana.indicator.sound.AccountsService.xml @@ -37,6 +37,11 @@ <property name="ArtUrl" type="s" access="readwrite"> <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> </property> - + <property name="Volume" type="d" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/> + </property> + <property name="Muted" type="b" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/> + </property> </interface> </node> |