mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-29 00:51:35 +02:00
Cleanup: remove unused field DeafultConfFiles
It was also embarrassingly misspelled, so it's good that it's gone. :-)
This commit is contained in:
@ -20,7 +20,6 @@ type AppConfig struct {
|
|||||||
BuildSource string `long:"build-source" env:"BUILD_SOURCE" default:""`
|
BuildSource string `long:"build-source" env:"BUILD_SOURCE" default:""`
|
||||||
UserConfig *UserConfig
|
UserConfig *UserConfig
|
||||||
UserConfigPaths []string
|
UserConfigPaths []string
|
||||||
DeafultConfFiles bool
|
|
||||||
UserConfigDir string
|
UserConfigDir string
|
||||||
TempDir string
|
TempDir string
|
||||||
AppState *AppState
|
AppState *AppState
|
||||||
|
Reference in New Issue
Block a user