Fix panic with customurlschemes (#9968)

Этот коммит содержится в:
Christopher Speller
2018-12-06 07:56:06 -08:00
коммит произвёл Jesse Hallam
родитель 2eaa9e9b35
Коммит 1bac79b9b4
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -551,7 +551,7 @@ func (a *App) trackConfig() {
a.SendDiagnostic(TRACK_CONFIG_DISPLAY, map[string]interface{}{
"experimental_timezone": *cfg.DisplaySettings.ExperimentalTimezone,
"isdefault_custom_url_schemes": len(*cfg.DisplaySettings.CustomUrlSchemes) != 0,
"isdefault_custom_url_schemes": len(cfg.DisplaySettings.CustomUrlSchemes) != 0,
})
a.SendDiagnostic(TRACK_CONFIG_TIMEZONE, map[string]interface{}{