mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113
This commit is contained in:
parent
e8fe3a77b3
commit
c5f4d3c780
19 changed files with 86 additions and 28 deletions
|
|
@ -271,6 +271,7 @@ func setAppearance(c *gin.Context) {
|
|||
|
||||
model.Conf.Appearance = appearance
|
||||
model.Conf.Lang = appearance.Lang
|
||||
util.Lang = model.Conf.Lang
|
||||
model.Conf.Save()
|
||||
model.InitAppearance()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue