From 866f9517dba3c878197b0290dd8b4d1becb153c3 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 22 Mar 2026 20:40:50 -0500 Subject: feat: add privacy policy link and global swipe actions toggle to Settings --- Hutch/App/AppStorageKeys.swift | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Hutch/App/AppStorageKeys.swift (limited to 'Hutch/App/AppStorageKeys.swift') 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" +} -- cgit v1.2.3