Merge pull request #339 from jesseduffield/config-updates

pull/340/head v0.18
Jesse Duffield 2 years ago committed by GitHub
commit 76fdbd1239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ gui:
optionsTextColor:
- blue
returnImmediately: false
wrapMainPanel: false
wrapMainPanel: true
logs:
timestamps: false
since: '60m'

@ -318,7 +318,7 @@ func GetDefaultConfig() UserConfig {
},
ShowAllContainers: false,
ReturnImmediately: false,
WrapMainPanel: false,
WrapMainPanel: true,
LegacySortContainers: false,
},
ConfirmOnQuit: false,

Loading…
Cancel
Save