mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
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:
parent
710aba5489
commit
c31e90bbc0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user