krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

v2.15.0: Hutch/App/AppStorageKeys.swift · raw

 1// Shared UserDefaults key constants
 2enum AppStorageKeys {
 3    static let swipeActionsEnabled = "swipeActionsEnabled"
 4    static let contributionGraphsEnabled = "contributionGraphsEnabled"
 5    static let activeAccountID = "activeAccountID"
 6    static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
 7    static let lookupHistory = "lookupHistory"
 8    static let hutchStatsBaseURL = "hutchStatsBaseURL"
 9    static let systemStatusSnapshotCache = "systemStatusSnapshotCache"
10    static let systemStatusIncidentCache = "systemStatusIncidentCache"
11}