1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +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

@ -29,7 +29,7 @@ export interface Plugins {
}
export interface SettingAndValue {
[settingName: string]: string;
[settingName: string]: string|number|boolean;
}
export interface DefaultPluginSettings {