fix folder sync

This commit is contained in:
fyears
2024-06-12 23:02:26 +08:00
parent adacda7ee5
commit 9f67d41786
6 changed files with 110 additions and 141 deletions
+5 -1
View File
@@ -165,7 +165,6 @@ export interface RemotelySavePluginSettings {
enableStatusBarInfo?: boolean;
deleteToWhere?: "system" | "obsidian";
conflictAction?: ConflictActionType;
howToCleanEmptyFolder?: EmptyFolderCleanType;
protectModifyPercentage?: number;
syncDirection?: SyncDirectionType;
@@ -194,6 +193,11 @@ export interface RemotelySavePluginSettings {
* @deprecated
*/
logToDB?: boolean;
/**
* @deprecated
*/
howToCleanEmptyFolder?: EmptyFolderCleanType;
}
export const COMMAND_URI = "remotely-save";