mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Improve boot
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
4ee7497afd
commit
d34cd984d8
2 changed files with 8 additions and 3 deletions
|
|
@ -129,7 +129,6 @@ func initWorkspaceDirMobile(workspaceBaseDir string) {
|
|||
workspacePaths = append(workspacePaths, WorkspaceDir)
|
||||
} else {
|
||||
workspacePaths, _ = ReadWorkspacePaths()
|
||||
logging.LogInfof("1 read workspace paths [%s]", strings.Join(workspacePaths, ","))
|
||||
|
||||
if 0 < len(workspacePaths) {
|
||||
WorkspaceDir = workspacePaths[len(workspacePaths)-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue