🎨 Add version info at the end of message in all error notifications Fix https://github.com/siyuan-note/siyuan/issues/7899

This commit is contained in:
Liang Ding 2023-04-06 14:53:40 +08:00
parent 2bf41d07cc
commit 86cbf95d5b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 1 additions and 1 deletions

View file

@ -518,7 +518,6 @@ func formatErrorMsg(err error) string {
msg = Conf.Language(28)
}
}
msg = msg + " v" + util.Ver
return msg
}