mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749
This commit is contained in:
parent
cf584ea551
commit
aa7a745eb2
5 changed files with 209 additions and 0 deletions
|
|
@ -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{}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue