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: optionsTextColor:
- blue - blue
returnImmediately: false returnImmediately: false
wrapMainPanel: false wrapMainPanel: true
logs: logs:
timestamps: false timestamps: false
since: '60m' since: '60m'

View file

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