mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #339 from jesseduffield/config-updates
This commit is contained in:
commit
76fdbd1239
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue