diff --git a/gui/player_controller.go b/gui/player_controller.go index 40f5971..1931785 100644 --- a/gui/player_controller.go +++ b/gui/player_controller.go @@ -59,7 +59,7 @@ func registerPlayControllerHandler() { PlayController.ButtonLrc.OnTapped = func() { if !PlayController.LrcWindowOpen { PlayController.LrcWindowOpen = true - createLyricWindow().Close() + createLyricWindow().Show() } }