diff --git a/compose/types/settings.go b/compose/types/settings.go index 4f5b6c6bf..791038608 100644 --- a/compose/types/settings.go +++ b/compose/types/settings.go @@ -12,7 +12,8 @@ type ( // Emoji // @todo implementation NamespaceSwitcher struct { - Enabled bool + Enabled bool + DefaultOpen bool } `kv:"namespace-switcher"` } `kv:"ui"`