revert change

This commit is contained in:
aynakeya
2025-07-07 00:24:58 +08:00
parent 0bbb9f378f
commit 8244380a6a

View File

@@ -59,7 +59,7 @@ func registerPlayControllerHandler() {
PlayController.ButtonLrc.OnTapped = func() {
if !PlayController.LrcWindowOpen {
PlayController.LrcWindowOpen = true
createLyricWindow().Close()
createLyricWindow().Show()
}
}