disabled obsidian sync watching by default

This commit is contained in:
Frank Harrison 2025-04-02 10:10:12 +01:00
parent 7bd9b528e3
commit f5241fbc9a

View file

@ -29,7 +29,7 @@ export interface IACJob {
const DEFAULT_SETTINGS: IACSettings = {
runOnStartup: true,
enableMobile: true,
watchObsidianSync: true,
watchObsidianSync: false,
jobs: [],
locks: {}
}