Skip to content

Commit

Permalink
Default clearConsoleEnabled to true (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH authored and CompuIves committed Apr 6, 2018
1 parent 89f7a54 commit 248e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/store/modules/preferences/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default Module({
fontSize: 14,
fontFamily: '',
lineHeight: 1.5,
clearConsoleEnabled: false, // TODO: should be true
clearConsoleEnabled: true,
autoDownloadTypes: true,
codeMirror: false,
keybindings: [],
Expand Down

0 comments on commit 248e983

Please sign in to comment.