From 8244380a6a45ff78acabfa78b628b769f0b367a1 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Mon, 7 Jul 2025 00:24:58 +0800 Subject: [PATCH] revert change --- gui/player_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }