mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-12 13:18:13 +08:00
revert change
This commit is contained in:
@@ -59,7 +59,7 @@ func registerPlayControllerHandler() {
|
|||||||
PlayController.ButtonLrc.OnTapped = func() {
|
PlayController.ButtonLrc.OnTapped = func() {
|
||||||
if !PlayController.LrcWindowOpen {
|
if !PlayController.LrcWindowOpen {
|
||||||
PlayController.LrcWindowOpen = true
|
PlayController.LrcWindowOpen = true
|
||||||
createLyricWindow().Close()
|
createLyricWindow().Show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user