mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
store popup version in state not config so that we never need to write to the user config
This commit is contained in:
@ -208,8 +208,8 @@ type UserConfig struct {
|
||||
} `yaml:"submodules"`
|
||||
} `yaml:"keybinding"`
|
||||
// OS determines what defaults are set for opening files and links
|
||||
OS OSConfig `yaml:"os,omitempty"`
|
||||
StartupPopupVersion int `yaml:"startupPopupVersion"`
|
||||
CustomCommands []CustomCommand `yaml:"customCommands"`
|
||||
Services map[string]string `yaml:"services"`
|
||||
OS OSConfig `yaml:"os,omitempty"`
|
||||
DisableStartupPopups bool `yaml:"disableStartupPopups"`
|
||||
CustomCommands []CustomCommand `yaml:"customCommands"`
|
||||
Services map[string]string `yaml:"services"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user