mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
This commit is contained in:
parent
fcdc2f8718
commit
1e7a45c66d
4 changed files with 4 additions and 1 deletions
|
|
@ -143,6 +143,7 @@ var (
|
|||
Langs = map[string]map[int]string{}
|
||||
TimeLangs = map[string]map[string]interface{}{}
|
||||
TaskActionLangs = map[string]map[string]interface{}{}
|
||||
TrayMenuLangs = map[string]map[string]interface{}{}
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue