summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
authorPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-16 20:07:21 +0530
committerPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-16 20:07:21 +0530
commita11e91e6517baf18d3300b393805e815fd3aba49 (patch)
tree93b3c8dddabed82e3a47dec09b0e3fbed2f92c90 /pkg/config/user_config.go
parentf4ccb684642516f1e9a96ed511a746cde50d0dfb (diff)
replaced 'screenMode' to 'windowSize' in config
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index b1719ec10..4c5259fe1 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -50,7 +50,7 @@ type GuiConfig struct {
ShowIcons bool `yaml:"showIcons"`
CommandLogSize int `yaml:"commandLogSize"`
SplitDiff string `yaml:"splitDiff"`
- ScreenMode string `yaml:"screenMode"`
+ WindowSize string `yaml:"windowSize"`
}
type ThemeConfig struct {