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.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index 708b4ce..87ec420 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -2,4 +2,5 @@
enum AppStorageKeys {
static let swipeActionsEnabled = "swipeActionsEnabled"
static let activeAccountID = "activeAccountID"
+ static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
}