🎨 Alt+N
锁屏调整为全局快捷键 https://github.com/siyuan-note/siyuan/issues/7042
This commit is contained in:
parent
df89ad3cbf
commit
ee8bbac043
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ func LogoutAuth(c *gin.Context) {
|
|||
ret.Code = -1
|
||||
ret.Msg = "save session failed"
|
||||
}
|
||||
|
||||
util.ReloadUI()
|
||||
}
|
||||
|
||||
func LoginAuth(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue