diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-19 22:39:05 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-21 05:52:44 +0000 |
commit | d9bb450ee8898cb810027897a32afd3adcb05d9f (patch) | |
tree | 39e43ebed5f11c7f0fe9b8182540e24fbbe41d28 /app/Mixer.qml | |
parent | 3336a398bb8ae52b74affc00dcd03342592c5fd6 (diff) |
mixer: add clearer pulseaudio control naming
Use the role name for the control name in the Mixer UI instead
of overall vague control description
Bug-AGL: SPEC-1196
Change-Id: I34b5c3378fa3bca7464067490907f9ae0adb6364
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/Mixer.qml')
-rw-r--r-- | app/Mixer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Mixer.qml b/app/Mixer.qml index 58124c7..96875e0 100644 --- a/app/Mixer.qml +++ b/app/Mixer.qml @@ -64,7 +64,7 @@ ApplicationWindow { Loader { property int modelType: type property int modelCIndex: cindex - property string modelDesc: desc + property string modelDesc: name sourceComponent: (channel == 0) ? ctldesc : empty } RowLayout { |