mirror of
https://github.com/cdloh/obsidian-cron.git
synced 2026-07-22 07:40:30 +00:00
disabled obsidian sync watching by default
This commit is contained in:
parent
7bd9b528e3
commit
f5241fbc9a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export interface IACJob {
|
|||
const DEFAULT_SETTINGS: IACSettings = {
|
||||
runOnStartup: true,
|
||||
enableMobile: true,
|
||||
watchObsidianSync: true,
|
||||
watchObsidianSync: false,
|
||||
jobs: [],
|
||||
locks: {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue