From 7b59ee6098c4649a51cafe4b58e3a675567e2c08 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 11:36:01 -0500 Subject: feat: add multi-account support Implements: https://todo.sr.ht/~ccleberg/Hutch/11 --- Hutch/App/AppStorageKeys.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/App/AppStorageKeys.swift') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index 5c74de4..708b4ce 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -1,4 +1,5 @@ // Shared UserDefaults key constants enum AppStorageKeys { static let swipeActionsEnabled = "swipeActionsEnabled" + static let activeAccountID = "activeAccountID" } -- cgit v1.2.3