mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Sync config dir by default
This commit is contained in:
parent
3ab680cf4c
commit
6fe3d63f08
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export const DEFAULT_SETTINGS: GitHubSyncSettings = {
|
|||
syncStrategy: "manual",
|
||||
syncInterval: 1,
|
||||
syncOnStartup: false,
|
||||
syncConfigDir: false,
|
||||
syncConfigDir: true,
|
||||
conflictHandling: "ask",
|
||||
showStatusBarItem: true,
|
||||
showSyncRibbonButton: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue