mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 Appearance language is incorrect when switching workspaces Fix https://github.com/siyuan-note/siyuan/issues/7977
This commit is contained in:
parent
e49496e811
commit
58c48dea5f
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ app.whenReady().then(() => {
|
|||
}
|
||||
});
|
||||
if (!foundWorkspace) {
|
||||
initKernel(data.workspace, "", data.lang).then((isSucc) => {
|
||||
initKernel(data.workspace, "", "").then((isSucc) => {
|
||||
if (isSucc) {
|
||||
boot();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue