🐛 Appearance language is incorrect when switching workspaces Fix https://github.com/siyuan-note/siyuan/issues/7977

This commit is contained in:
Liang Ding
2023-04-13 10:42:54 +08:00
parent e49496e811
commit 58c48dea5f

View File

@@ -713,7 +713,7 @@ app.whenReady().then(() => {
}
});
if (!foundWorkspace) {
initKernel(data.workspace, "", data.lang).then((isSucc) => {
initKernel(data.workspace, "", "").then((isSucc) => {
if (isSucc) {
boot();
}