From 1354f2464180ece6d13296a543a964ddf6d2d393 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 19:47:57 -0500 Subject: feat: add theme and high-density display modes Refs: https://todo.sr.ht/~ccleberg/hutch/24 Implements: https://todo.sr.ht/~ccleberg/hutch/25 --- Hutch/App/AppStorageKeys.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hutch/App/AppStorageKeys.swift') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index ff309d4..eaf54f0 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -13,4 +13,6 @@ enum AppStorageKeys { static let homeBuildsExpanded = "homeBuildsExpanded" static let buildsAutoRefreshInterval = "buildsAutoRefreshInterval" static let buildsRepoFilter = "buildsRepoFilter" + static let appTheme = "appTheme" + static let displayDensity = "displayDensity" } -- cgit v1.2.3