mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
disable sync by default?
This commit is contained in:
parent
126556634a
commit
50ed466895
@ -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…
x
Reference in New Issue
Block a user