disable sync by default?
This commit is contained in:
parent
126556634a
commit
50ed466895
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export const defaultSettings = {
|
|||
isAutoCompletionEnabled: false,
|
||||
isTooltipEnabled: false,
|
||||
isFlashEnabled: true,
|
||||
isSyncEnabled: true,
|
||||
isSyncEnabled: false,
|
||||
isLineWrappingEnabled: false,
|
||||
isPatternHighlightingEnabled: true,
|
||||
theme: 'strudelTheme',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue