can now sync with config files that are updated externally (not imported)

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-08-13 01:30:36 +02:00
parent 6137965d22
commit d31687cc01
7 changed files with 479 additions and 65 deletions
+1
View File
@@ -4,4 +4,5 @@ export interface ConfigFile {
sync: string | undefined
isEncrypted: boolean
pass: string | undefined
passCommand: string | undefined
}