🎨 Improve Quit the application on the auth page https://github.com/siyuan-note/siyuan/issues/9680

This commit is contained in:
Daniel 2023-11-18 11:14:36 +08:00
parent 30ef9d9ca5
commit 20094b0f43
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -345,6 +345,7 @@ func serveCheckAuth(c *gin.Context) {
"l5": model.Conf.Language(177),
"l6": model.Conf.Language(178),
"l7": template.HTML(model.Conf.Language(184)),
"l8": model.Conf.Language(95),
"appearanceMode": model.Conf.Appearance.Mode,
"appearanceModeOS": model.Conf.Appearance.ModeOS,
"workspace": filepath.Base(util.WorkspaceDir),