summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-11 16:51:46 +0530
committerPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-11 16:51:46 +0530
commitf4ccb684642516f1e9a96ed511a746cde50d0dfb (patch)
tree06af51a7d1c6d4c4fd57781de30c9575c20b529d /pkg/config
parentc769a78db5f5cf7a126dfbeceeb6bd7e846f6682 (diff)
Added screenMode configuration to gui configuration
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 06dcf085b..b1719ec10 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -50,6 +50,7 @@ type GuiConfig struct {
ShowIcons bool `yaml:"showIcons"`
CommandLogSize int `yaml:"commandLogSize"`
SplitDiff string `yaml:"splitDiff"`
+ ScreenMode string `yaml:"screenMode"`
}
type ThemeConfig struct {