default to wrapping main panel

This commit is contained in:
Jesse Duffield 2022-05-11 20:24:53 +10:00
parent 7396dcb0b7
commit 86de6c09bd
2 changed files with 2 additions and 2 deletions

View file

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

View file

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