mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-05-01 13:48:52 +08:00
use errorPopup instead of defaultTimedPopup
This commit is contained in:
parent
f2bfc772d6
commit
15cb8c7c43
2
popup.go
2
popup.go
@ -889,7 +889,7 @@ func tagPopup(node *AudioFile) bool {
|
|||||||
|
|
||||||
// Write tag to mp3.
|
// Write tag to mp3.
|
||||||
if err := tag.Save(); err != nil {
|
if err := tag.Save(); err != nil {
|
||||||
defaultTimedPopup(" Error ", err.Error())
|
errorPopup(err)
|
||||||
logError(err)
|
logError(err)
|
||||||
} else {
|
} else {
|
||||||
defaultTimedPopup(" Success ", "Tag update successfully")
|
defaultTimedPopup(" Success ", "Tag update successfully")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user