Skip to content

Commit

Permalink
fix: showInflections should default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiner13 committed Sep 25, 2022
1 parent 0a8190a commit bbd9358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
"history": [],
"prettyFormatOutput": true,
"searchBarGrowsToFitContent": true,
"showInflections": false,
"showInflections": true,
"webViewTextSizeMultiplier": 1 as Float,
"windowsFloatOnTop": false,
])
Expand Down

0 comments on commit bbd9358

Please sign in to comment.