summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-22 20:40:50 -0500
committerChristian Cleberg <[email protected]>2026-03-22 20:40:50 -0500
commit866f9517dba3c878197b0290dd8b4d1becb153c3 (patch)
tree94c9bbb873a628b6df7dd92e6071d2987d50bb28 /Hutch/App
parente60ff51620affd831202f06f710fcef6e1e92634 (diff)
downloadhutch-866f9517dba3c878197b0290dd8b4d1becb153c3.tar.gz
hutch-866f9517dba3c878197b0290dd8b4d1becb153c3.tar.bz2
hutch-866f9517dba3c878197b0290dd8b4d1becb153c3.zip
feat: add privacy policy link and global swipe actions toggle to Settings
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/AppStorageKeys.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
new file mode 100644
index 0000000..5c74de4
--- /dev/null
+++ b/Hutch/App/AppStorageKeys.swift
@@ -0,0 +1,4 @@
+// Shared UserDefaults key constants
+enum AppStorageKeys {
+ static let swipeActionsEnabled = "swipeActionsEnabled"
+}