summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/AppStorageKeys.swift')
-rw-r--r--Hutch/App/AppStorageKeys.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index c1b39c4..68a9588 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -8,4 +8,7 @@ enum AppStorageKeys {
static let hutchStatsBaseURL = "hutchStatsBaseURL"
static let systemStatusSnapshotCache = "systemStatusSnapshotCache"
static let systemStatusIncidentCache = "systemStatusIncidentCache"
+ static let homeProjectsExpanded = "homeProjectsExpanded"
+ static let homeAssignedTicketsExpanded = "homeAssignedTicketsExpanded"
+ static let homeBuildsExpanded = "homeBuildsExpanded"
}