diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 36807a423..24db0ab6c 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -669,12 +669,7 @@ type AppState struct { } func getDefaultAppState() *AppState { - return &AppState{ - LastUpdateCheck: 0, - RecentRepos: []string{}, - StartupPopupVersion: 0, - LastVersion: "", - } + return &AppState{} } func LogPath() (string, error) {