From f820109a956c627e510880a7cac88cb35032203b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 2 Apr 2026 00:27:34 -0500 Subject: Implement search history for Look Up page --- Hutch/App/AppStorageKeys.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/App') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index 87ec420..6b8c804 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -3,4 +3,5 @@ enum AppStorageKeys { static let swipeActionsEnabled = "swipeActionsEnabled" static let activeAccountID = "activeAccountID" static let wrapRepositoryFileLines = "wrapRepositoryFileLines" + static let lookupHistory = "lookupHistory" } -- cgit v1.2.3