Skip to content

Commit

Permalink
fix: lyric page does not hide when the Settings page is opened
Browse files Browse the repository at this point in the history
修复打开设置页时如果歌词页处于显示状态不会自动隐藏
  • Loading branch information
ice909 committed Jan 19, 2024
1 parent 74db1c7 commit 8114d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/titlebar/MyTitlebar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ TitleBar {

text: "设置"
onTriggered: {
if (isLyricShow)
lrcHideBtnClicked();

Router.showSettings();
}
}
Expand Down

0 comments on commit 8114d2a

Please sign in to comment.