fix searchpopup not shown

This commit is contained in:
tramhao 2021-04-01 11:25:14 +08:00
parent 2c6690cf1e
commit fda946ae92
2 changed files with 3 additions and 0 deletions

View File

@ -904,6 +904,8 @@ func lyricPopup(lang string, audioFile *AudioFile, wg *sync.WaitGroup) error {
}()
})
gomu.app.Draw()
return nil
}

View File

@ -131,6 +131,7 @@ func tagPopup(node *AudioFile) (err error) {
}
defaultTimedPopup(" Success ", "Tag update successfully")
})
gomu.app.Draw()
}()
}()
}).