remove logtodb since we have remote debugging nowgit add .!

This commit is contained in:
fyears
2024-01-13 16:44:56 +08:00
parent 347c051d0c
commit 87d6e1f75f
8 changed files with 11 additions and 224 deletions
+6 -1
View File
@@ -86,7 +86,7 @@ export interface RemotelySavePluginSettings {
syncConfigDir?: boolean;
syncUnderscoreItems?: boolean;
lang?: LangTypeAndAuto;
logToDB?: boolean;
skipSizeLargerThan?: number;
ignorePaths?: string[];
enableStatusBarInfo?: boolean;
@@ -96,6 +96,11 @@ export interface RemotelySavePluginSettings {
* @deprecated
*/
vaultRandomID?: string;
/**
* @deprecated
*/
logToDB?: boolean;
}
export interface RemoteItem {