mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 The desktop initialization interface workspace defaults to ~/SiYuan/ Fix https://github.com/siyuan-note/siyuan/issues/8879
This commit is contained in:
parent
16cdc66398
commit
e91c1eceda
1 changed files with 0 additions and 3 deletions
|
|
@ -364,9 +364,6 @@
|
|||
|
||||
const {ipcRenderer} = require('electron')
|
||||
const initPath = result.filePaths[0]
|
||||
if (defaultWorkspace !== initPath) {
|
||||
fs.rmdirSync(defaultWorkspace, {recursive: true})
|
||||
}
|
||||
|
||||
if (isICloudPath(initPath)) {
|
||||
let msg = '⚠️ This folder is under the iCloud sync path, please change another path'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue