diff options
author | Robert Tari <robert@tari.in> | 2023-11-08 17:01:36 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-11-10 12:29:57 +0100 |
commit | c4825f9ee389b32a9381be6106977870a963561c (patch) | |
tree | 297fa50a9485e49db5565f0bda5b46e7b73c9fc6 /data | |
parent | ef9ca4812c40886a8b93c4b23a596e200ad1328a (diff) | |
download | ayatana-indicator-sound-c4825f9ee389b32a9381be6106977870a963561c.tar.gz ayatana-indicator-sound-c4825f9ee389b32a9381be6106977870a963561c.tar.bz2 ayatana-indicator-sound-c4825f9ee389b32a9381be6106977870a963561c.zip |
data/org.ayatana.indicator.sound.AccountsService.xml: Add Volume and Muted properties
Diffstat (limited to 'data')
-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> |