Skip to content

Commit

Permalink
Fix default values (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Oct 15, 2024
1 parent a85d583 commit 82b8257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/defaults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function createBaseSettings(): SurrealistSettings {
colorScheme: "dark",
windowScale: 100,
editorScale: 100,
lineNumbers: [],
lineNumbers: ["query", "inspector", "functions"],
resultWordWrap: true,
defaultResultMode: "combined",
defaultDiagramMode: "fields",
Expand Down

0 comments on commit 82b8257

Please sign in to comment.