diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-10 13:31:13 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-10 13:31:13 +0100 |
commit | 048b9456f46b8b9bad71014e0b3fba307027fbd4 (patch) | |
tree | 341d4155a49c2c659c6c3835fbcc3d522a475c2b /data | |
parent | 76499b4a6a3fb2227d8945bc88842725bf3a8cf5 (diff) | |
parent | bd14f03770f218803a3fd41676b4e75f406c4b77 (diff) | |
download | ayatana-indicator-sound-048b9456f46b8b9bad71014e0b3fba307027fbd4.tar.gz ayatana-indicator-sound-048b9456f46b8b9bad71014e0b3fba307027fbd4.tar.bz2 ayatana-indicator-sound-048b9456f46b8b9bad71014e0b3fba307027fbd4.zip |
Merge branch 'tari01-pr/fix-accountsservice'
Attributes GH PR #97: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/97
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> |