Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Protostars committed Feb 7, 2023
1 parent d50b6b3 commit f96ae53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions UI/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,7 @@ void PlayerWindow::setupDanmuSettingPage()
if(state==Qt::Checked)
{
GlobalObjects::mpvplayer->hideDanmu(true);
if(enableLiveMode->isChecked() && liveDanmuList->isVisible())
{
liveDanmuList->setVisible(false);
}
liveDanmuList->setVisible(false);
this->danmu->setText(QChar(0xe620));
}
else
Expand Down

0 comments on commit f96ae53

Please sign in to comment.