mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 20:38:49 +01:00
⚡ Improve system font loading https://github.com/siyuan-note/siyuan/issues/13356
This commit is contained in:
parent
c7746d1399
commit
af434451e0
3 changed files with 21 additions and 2 deletions
|
|
@ -48,6 +48,8 @@ func main() {
|
|||
util.PushClearAllMsg()
|
||||
|
||||
job.StartCron()
|
||||
|
||||
go util.LoadSysFonts()
|
||||
go model.AutoGenerateFileHistory()
|
||||
go cache.LoadAssets()
|
||||
go util.CheckFileSysStatus()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue