Disabled option by default

main
Boris Sekachev 6 years ago
parent 96c9427bed
commit e0db8f4321

@ -28,7 +28,7 @@ const defaultState: SettingsState = {
autoSave: false, autoSave: false,
autoSaveInterval: 15 * 60 * 1000, autoSaveInterval: 15 * 60 * 1000,
aamZoomMargin: 100, aamZoomMargin: 100,
showObjectsTextAlways: true, showObjectsTextAlways: false,
showAllInterpolationTracks: false, showAllInterpolationTracks: false,
}, },
player: { player: {

Loading…
Cancel
Save