mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-18 10:00:48 +08:00
🎨 启动时移除处于网盘路径下的工作空间 https://github.com/siyuan-note/siyuan/issues/7790
This commit is contained in:
parent
26b25b8f38
commit
ab26305764
@ -214,6 +214,7 @@ func initWorkspaceDir(workspaceArg string) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
workspacePaths, _ = ReadWorkspacePaths()
|
workspacePaths, _ = ReadWorkspacePaths()
|
||||||
|
// 启动时移除处于网盘路径下的工作空间 https://github.com/siyuan-note/siyuan/issues/7790
|
||||||
var tmp []string
|
var tmp []string
|
||||||
for _, workspacePath := range workspacePaths {
|
for _, workspacePath := range workspacePaths {
|
||||||
if IsCloudDrivePath(workspacePath) {
|
if IsCloudDrivePath(workspacePath) {
|
||||||
|
Loading…
Reference in New Issue
Block a user