🎨 Improve exporting HTML/Word

This commit is contained in:
Daniel 2024-12-21 17:28:50 +08:00
parent 776b4fd6ee
commit b5bfbbe14a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 32 additions and 3 deletions

View file

@ -65,6 +65,8 @@ func InitAppearance() {
}
Conf.Save()
util.InitEmojiChars()
}
func containTheme(name string, themes []*conf.AppearanceTheme) bool {