3
0

Add compose ui setting

This commit is contained in:
Tomaž Jerman
2019-11-28 11:28:52 +01:00
parent 0a009e0a14
commit 7658ccaff8
+2 -1
View File
@@ -12,7 +12,8 @@ type (
// Emoji
// @todo implementation
NamespaceSwitcher struct {
Enabled bool
Enabled bool
DefaultOpen bool
} `kv:"namespace-switcher"`
} `kv:"ui"`