🎨 启动时移除处于网盘路径下的工作空间 https://github.com/siyuan-note/siyuan/issues/7790
This commit is contained in:
parent
cb2dc0711b
commit
737510ff9b
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ func initWorkspaceDir(workspaceArg string) {
|
|||
}
|
||||
} else {
|
||||
workspacePaths, _ = ReadWorkspacePaths()
|
||||
// 启动时移除处于网盘路径下的工作空间 https://github.com/siyuan-note/siyuan/issues/7790
|
||||
var tmp []string
|
||||
for _, workspacePath := range workspacePaths {
|
||||
if IsCloudDrivePath(workspacePath) {
|
||||
|
|
Loading…
Add table
Reference in a new issue