diff options
| author | Christian Cleberg <[email protected]> | 2026-03-22 20:40:50 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-22 20:40:50 -0500 |
| commit | 866f9517dba3c878197b0290dd8b4d1becb153c3 (patch) | |
| tree | 94c9bbb873a628b6df7dd92e6071d2987d50bb28 /Hutch/App/AppStorageKeys.swift | |
| parent | e60ff51620affd831202f06f710fcef6e1e92634 (diff) | |
| download | hutch-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/AppStorageKeys.swift')
| -rw-r--r-- | Hutch/App/AppStorageKeys.swift | 4 |
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" +} |
