From 689a2738109479a159fc816d355c00f4806e2f5c Mon Sep 17 00:00:00 2001 From: chenjun <104487271+ut000966@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:16:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E4=BB=BB=E5=8A=A1=E6=A0=8F=E9=9F=B3?= =?UTF-8?q?=E9=87=8F=E8=B0=83=E8=8A=82=E9=9D=A2=E6=9D=BF=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=B8=8D=E9=9C=80=E8=A6=81=E7=A6=81=E7=94=A8?= =?UTF-8?q?=20(#674)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 任务栏音量调节面板标题部分只作为显示用,无输出端口时不需要设置功能禁用。以免置灰时字体显示不显示 Log: 修复无输出端口时音量面板的标题显示不明显问题 Bug: https://pms.uniontech.com/bug-view-153875.html Influence: 音量面板的标题清晰显示 --- plugins/sound/soundapplet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sound/soundapplet.cpp b/plugins/sound/soundapplet.cpp index d22eb6b59..dbef9b9f0 100644 --- a/plugins/sound/soundapplet.cpp +++ b/plugins/sound/soundapplet.cpp @@ -557,9 +557,7 @@ void SoundApplet::enableDevice(bool flag) m_volumeSlider->setEnabled(flag); } m_volumeIconMin->setEnabled(flag); - m_soundShow->setEnabled(flag); m_volumeIconMax->setEnabled(flag); - m_deviceLabel->setEnabled(flag); } void SoundApplet::disableAllDevice()