🎨 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 22:37:15 +08:00
parent f9c8fd8aa4
commit 4ad12872f5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -73,7 +73,6 @@ func watchEmojis() {
}
logging.LogErrorf("watch emojis failed: %s", err)
case <-timer.C:
//logging.LogInfof("emojis changed: %s", lastEvent)
util.PushReloadEmojiConf()
}
}