Skip to content

Commit

Permalink
fix: 修复修改音量未取消静音
Browse files Browse the repository at this point in the history
修改音量取消静音

Bug: https://pms.uniontech.com/bug-view-204197.html
Log: 修复部分已知问题
  • Loading branch information
pengfeixx committed Jul 3, 2023
1 parent 62c7fdb commit bbf33e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/platform/platform_volumeslider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ void Platform_VolumeSlider::volumeChanged(int nVolume)

if (m_nVolume > 0 && m_bIsMute) { //音量改变时改变静音状态
changeMuteState(false);
setMute(false);
}

refreshIcon();
Expand Down

0 comments on commit bbf33e5

Please sign in to comment.