mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 移动端支持多工作空间 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 {
|
if oldConf && oldData && oldTemp {
|
||||||
for _, entry := range entries {
|
for _, entry := range entries {
|
||||||
if "home" == entry.Name() {
|
if "home" == entry.Name() || "siyuan" == entry.Name() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue