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.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index 6b8c804..dcf38ba 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -1,7 +1,9 @@
// Shared UserDefaults key constants
enum AppStorageKeys {
static let swipeActionsEnabled = "swipeActionsEnabled"
+ static let contributionGraphsEnabled = "contributionGraphsEnabled"
static let activeAccountID = "activeAccountID"
static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
static let lookupHistory = "lookupHistory"
+ static let hutchStatsBaseURL = "hutchStatsBaseURL"
}