Skip to content

Commit

Permalink
Disable compact layout by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAlling committed May 18, 2019
1 parent eb89fcf commit 765799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/general.ts
Expand Up @@ -13,7 +13,7 @@ export default {
}),
compact_layout: new BooleanPreference({
key: "compact_layout",
default: true,
default: false,
label: T.preferences.general.compact_layout,
}),
improved_corrections: new BooleanPreference({
Expand Down

0 comments on commit 765799b

Please sign in to comment.