🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749

This commit is contained in:
Daniel 2024-06-18 19:25:22 +08:00
parent cf584ea551
commit aa7a745eb2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 209 additions and 0 deletions

View file

@ -266,6 +266,10 @@ func PushProtyleLoading(rootID, msg string) {
BroadcastByType("protyle", "addLoading", 0, msg, rootID)
}
func PushReloadEmojiConf() {
BroadcastByType("main", "reloadEmojiConf", 0, "", nil)
}
func PushDownloadProgress(id string, percent float32) {
evt := NewCmdResult("downloadProgress", 0, PushModeBroadcast)
evt.Data = map[string]interface{}{