🎨 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:03 +08:00
parent 38b5a20141
commit f9c8fd8aa4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -50,8 +50,6 @@ func watchEmojis() {
if !ok {
return
}
//logging.LogInfof("emojis changed: %s", event)
util.PushReloadEmojiConf()
case err, ok := <-emojisWatcher.Error:
if !ok {