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,
|
isAutoCompletionEnabled: false,
|
||||||
isTooltipEnabled: false,
|
isTooltipEnabled: false,
|
||||||
isFlashEnabled: true,
|
isFlashEnabled: true,
|
||||||
isSyncEnabled: true,
|
isSyncEnabled: false,
|
||||||
isLineWrappingEnabled: false,
|
isLineWrappingEnabled: false,
|
||||||
isPatternHighlightingEnabled: true,
|
isPatternHighlightingEnabled: true,
|
||||||
theme: 'strudelTheme',
|
theme: 'strudelTheme',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue