fix crash

This commit is contained in:
Jesse Duffield 2022-01-12 23:24:15 +11:00
parent 0279534811
commit a78b5af56b

View file

@ -116,7 +116,7 @@ type GuiConfig struct {
// SortContainersByName determines if containers should be sorted by name.
// By default, containers are now sorted by status. This setting allows users to
// use legacy behaviour instead.
SortContainersByName bool `yaml:"sortContainersByName, omitempty"`
SortContainersByName bool `yaml:"sortContainersByName,omitempty"`
}
// CommandTemplatesConfig determines what commands actually get called when we