1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Resolves #9857: Back up to a subdirectory of the home directory by default (#9942)

This commit is contained in:
Henry Heino
2024-02-22 13:30:21 -08:00
committed by GitHub
parent 836e23c082
commit e5e191110c
11 changed files with 38 additions and 27 deletions

View File

@ -6,7 +6,8 @@ const getDefaultPluginsInfo = (): DefaultPluginsInfo => {
const defaultPlugins = {
'io.github.jackgruber.backup': {
settings: {
'path': `${Setting.value('profileDir')}`,
'path': `${Setting.value('homeDir')}`,
'createSubfolderPerProfile': true,
},
// Joplin Portable is more likely to run on a device with low write speeds