Skip to content

Commit

Permalink
Merge pull request #339 from jesseduffield/config-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored May 11, 2022
2 parents 7396dcb + 86de6c0 commit 76fdbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gui:
optionsTextColor:
- blue
returnImmediately: false
wrapMainPanel: false
wrapMainPanel: true
logs:
timestamps: false
since: '60m'
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func GetDefaultConfig() UserConfig {
},
ShowAllContainers: false,
ReturnImmediately: false,
WrapMainPanel: false,
WrapMainPanel: true,
LegacySortContainers: false,
},
ConfirmOnQuit: false,
Expand Down

0 comments on commit 76fdbd1

Please sign in to comment.