From 47695d79a938eb52c116062c218147049b994246 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 19 Dec 2017 22:39:05 -0800 Subject: 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 --- app/Mixer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Mixer.qml') 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 { -- cgit 1.2.3-korg