anonymous reporting data

This commit is contained in:
Jesse Duffield
2018-08-26 16:53:31 +10:00
parent 93ab892bdd
commit 540edc0c35
20 changed files with 1256 additions and 42 deletions
+16 -16
View File
@@ -141,22 +141,22 @@ func (c *AppConfig) InsertToUserConfig(key, value string) error {
func getDefaultConfig() []byte {
return []byte(`
gui:
## stuff relating to the UI
scrollHeight: 2
theme:
activeBorderColor:
- white
- bold
inactiveBorderColor:
- white
optionsTextColor:
- blue
git:
# stuff relating to git
os:
# stuff relating to the OS
gui:
## stuff relating to the UI
scrollHeight: 2
theme:
activeBorderColor:
- white
- bold
inactiveBorderColor:
- white
optionsTextColor:
- blue
git:
# stuff relating to git
os:
# stuff relating to the OS
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
`)
}