🎨 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

@ -53,5 +53,6 @@ func main() {
go util.CheckFileSysStatus()
model.WatchAssets()
model.WatchEmojis()
model.HandleSignal()
}