mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-28 13:48:53 +08:00
fix searchpopup not shown
This commit is contained in:
parent
2c6690cf1e
commit
fda946ae92
2
popup.go
2
popup.go
@ -904,6 +904,8 @@ func lyricPopup(lang string, audioFile *AudioFile, wg *sync.WaitGroup) error {
|
||||
}()
|
||||
})
|
||||
|
||||
gomu.app.Draw()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -131,6 +131,7 @@ func tagPopup(node *AudioFile) (err error) {
|
||||
}
|
||||
defaultTimedPopup(" Success ", "Tag update successfully")
|
||||
})
|
||||
gomu.app.Draw()
|
||||
}()
|
||||
}()
|
||||
}).
|
||||
|
Loading…
x
Reference in New Issue
Block a user