🐛 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
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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();
}