mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 Appearance language is incorrect when switching workspaces Fix https://github.com/siyuan-note/siyuan/issues/7977
This commit is contained in:
@@ -713,7 +713,7 @@ app.whenReady().then(() => {
|
||||
}
|
||||
});
|
||||
if (!foundWorkspace) {
|
||||
initKernel(data.workspace, "", data.lang).then((isSucc) => {
|
||||
initKernel(data.workspace, "", "").then((isSucc) => {
|
||||
if (isSucc) {
|
||||
boot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user