mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve interface loading after switching themes and updating code snippets https://github.com/siyuan-note/siyuan/issues/16390
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
03fcd61b41
commit
3cc93f2425
1 changed files with 1 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ func setAppearance(c *gin.Context) {
|
|||
}
|
||||
|
||||
ret.Data = model.Conf.Appearance
|
||||
util.BroadcastByType("main", "setAppearance", 0, "", model.Conf.Appearance)
|
||||
}
|
||||
|
||||
func setPublish(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue