mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 20:08:49 +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
38b5a20141
commit
f9c8fd8aa4
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ func watchEmojis() {
|
|||
if !ok {
|
||||
return
|
||||
}
|
||||
|
||||
//logging.LogInfof("emojis changed: %s", event)
|
||||
util.PushReloadEmojiConf()
|
||||
case err, ok := <-emojisWatcher.Error:
|
||||
if !ok {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue