🎨 移动端支持多工作空间 https://github.com/siyuan-note/siyuan/issues/4642
This commit is contained in:
parent
7cd693d6ec
commit
8ae50cdd56
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func initWorkspaceDirMobile(workspaceBaseDir string) {
|
|||
}
|
||||
if oldConf && oldData && oldTemp {
|
||||
for _, entry := range entries {
|
||||
if "home" == entry.Name() {
|
||||
if "home" == entry.Name() || "siyuan" == entry.Name() {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue