mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 05:28:07 +01:00
🎨 Improve system font loading https://github.com/siyuan-note/siyuan/issues/13356
This commit is contained in:
parent
23a3452a5e
commit
0b5a83d55f
2 changed files with 17 additions and 40 deletions
|
|
@ -548,7 +548,7 @@ func setFollowSystemLockScreen(c *gin.Context) {
|
|||
func getSysFonts(c *gin.Context) {
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
ret.Data = util.GetSysFonts(model.Conf.Lang)
|
||||
ret.Data = util.GetSysFonts()
|
||||
}
|
||||
|
||||
func version(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue