diff --git a/popup.go b/popup.go index 506b2c6..bdafc72 100644 --- a/popup.go +++ b/popup.go @@ -904,6 +904,8 @@ func lyricPopup(lang string, audioFile *AudioFile, wg *sync.WaitGroup) error { }() }) + gomu.app.Draw() + return nil } diff --git a/tageditor.go b/tageditor.go index 814b0f8..fae7ba7 100644 --- a/tageditor.go +++ b/tageditor.go @@ -131,6 +131,7 @@ func tagPopup(node *AudioFile) (err error) { } defaultTimedPopup(" Success ", "Tag update successfully") }) + gomu.app.Draw() }() }() }).