mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952
This commit is contained in:
parent
c61ba7b2d7
commit
2766ea6b97
3 changed files with 4 additions and 4 deletions
|
|
@ -295,7 +295,7 @@ func setFixedPort(c *gin.Context) {
|
|||
}
|
||||
|
||||
fixedPort := arg["fixedPort"].(bool)
|
||||
model.Conf.FixedPort = fixedPort
|
||||
model.Conf.System.FixedPort = fixedPort
|
||||
model.Conf.Save()
|
||||
|
||||
util.PushMsg(model.Conf.Language(42), 1000*15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue