summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-23 17:39:13 -0500
committerChristian Cleberg <[email protected]>2026-04-23 17:39:13 -0500
commit66601a8091a73f3e31f4fb534c38b3eca4756e93 (patch)
treef85cd883e63177d25dfe5993a4d545efa4812923 /Hutch/App
parent380fb866d090c5f13b2ad3f88f1fe23c4ade4801 (diff)
downloadhutch-66601a8091a73f3e31f4fb534c38b3eca4756e93.tar.gz
hutch-66601a8091a73f3e31f4fb534c38b3eca4756e93.tar.bz2
hutch-66601a8091a73f3e31f4fb534c38b3eca4756e93.zip
fix: profile loading error and user-timeline prefs updatev3.2.1
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/AppStorageKeys.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index 30cd0d0..de3ce54 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -18,6 +18,7 @@ enum AppStorageKeys {
static let homeBuildsExpanded = "homeBuildsExpanded"
static let buildsAutoRefreshInterval = "buildsAutoRefreshInterval"
static let buildsRepoFilter = "buildsRepoFilter"
+ static let buildsLookbackDays = "buildsLookbackDays"
static let ticketFilterState = "ticketFilterState"
static let ticketSavedFilters = "ticketSavedFilters"
static let appTheme = "appTheme"