mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Change sync config setting default to false
This commit is contained in:
parent
0affcbb31e
commit
cccf97b0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export const DEFAULT_SETTINGS: GitHubSyncSettings = {
|
|||
syncStrategy: "manual",
|
||||
syncInterval: 1,
|
||||
syncOnStartup: false,
|
||||
syncConfigDir: true,
|
||||
syncConfigDir: false,
|
||||
conflictHandling: "ask",
|
||||
conflictViewMode: "default",
|
||||
showStatusBarItem: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue