Skip to content

Commit ce3eae3

Browse files
committed
Show extended settings by default
1 parent 3af4578 commit ce3eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/settings/default-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export const defaultVizSettings: VisualizationSettings = {
464464
// Debug Settings
465465
showExtendedSettings: {
466466
level: SettingLevel.DEFAULT,
467-
value: false,
467+
value: true,
468468
group: 'Debugging',
469469
displayName: 'Show Extended Settings',
470470
description: 'Shows/hides additional settings',

0 commit comments

Comments
 (0)