diff --git a/app/electron/init.html b/app/electron/init.html
index a22eb8f37..03ece5ad9 100644
--- a/app/electron/init.html
+++ b/app/electron/init.html
@@ -347,7 +347,7 @@
const {dialog} = require('@electron/remote')
const path = require('path')
dialog.showOpenDialog({
- defaultPath: path.join(decodeURIComponent(getSearch('home')), 'Documents'),
+ defaultPath: decodeURIComponent(getSearch('home')),
properties: ['openDirectory', 'createDirectory'],
}).then((result) => {
if (result.canceled) {