fix: 声音输出端口图标不一致

替换任务栏声音插件中输出音量图标

Log: 修复任务栏声音声音图标显示不一致问题
Bug: https://pms.uniontech.com/zentao/bug-view-50952.html
Change-Id: I63863edcdc874298b5a63c1ee44a1d20933969c0
Reviewed-on: http://gerrit.uniontech.com/c/dde-dock/+/8092
Reviewed-by: <mailman@uniontech.com>
Reviewed-by: fanpengcheng <fanpengcheng@uniontech.com>
Tested-by: <mailman@uniontech.com>
This commit is contained in:
Xie Chuan 2020-10-20 16:13:05 +08:00 committed by xiechuan
parent 710aba5489
commit c31e90bbc0

View File

@ -398,7 +398,7 @@ void SoundApplet::refreshIcon()
if (mute) {
volumeString = "muted";
} else {
volumeString = "low";
volumeString = "off";
}
QString iconLeft = QString("audio-volume-%1-symbolic").arg(volumeString);