minor change to synconsave

This commit is contained in:
fyears
2024-03-31 19:07:47 +08:00
parent 98107ba4ea
commit 4be67ce491
5 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -272,9 +272,9 @@ export const DEFAULT_LOG_HISTORY_FILE_PREFIX = "log_hist_exported_on_";
export type SyncTriggerSourceType =
| "manual"
| "auto"
| "dry"
| "autoOnceInit"
| "auto"
| "auto_once_init"
| "auto_sync_on_save";
export const REMOTELY_SAVE_VERSION_2022 = "0.3.25";