From ab6ec0e8dce6aebb1e83fef7ad30a6e2d7d7e21a Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Sat, 11 Oct 2025 19:10:24 +0100 Subject: [PATCH] Update Preferences.swift to fix build issue --- Sources/Preferences.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Preferences.swift b/Sources/Preferences.swift index 37c5fb6..1ab507c 100644 --- a/Sources/Preferences.swift +++ b/Sources/Preferences.swift @@ -1,4 +1,5 @@ import SwiftUI +import Combine enum ColorMode: String, Codable, CaseIterable, Identifiable { case auto, custom; var id: String { rawValue } }