Add config option for notInRepo behaviour.
This commit is contained in:
committed by
Jesse Duffield
parent
999e170f1d
commit
d468866746
@@ -14,6 +14,7 @@ type UserConfig struct {
|
||||
DisableStartupPopups bool `yaml:"disableStartupPopups"`
|
||||
CustomCommands []CustomCommand `yaml:"customCommands"`
|
||||
Services map[string]string `yaml:"services"`
|
||||
NotARepository string `yaml:"notARepository"`
|
||||
}
|
||||
|
||||
type GuiConfig struct {
|
||||
@@ -442,5 +443,6 @@ func GetDefaultConfig() *UserConfig {
|
||||
DisableStartupPopups: false,
|
||||
CustomCommands: []CustomCommand(nil),
|
||||
Services: map[string]string(nil),
|
||||
NotARepository: "prompt",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user