fix taget memberships and Settings -> NFSettings

This commit is contained in:
neon443
2025-05-21 20:41:01 +01:00
parent b153d127a6
commit 389fdf6812
2 changed files with 1 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ class AccentIcon {
class SettingsViewModel: ObservableObject {
#if canImport(UIKit)
@Published var settings: Settings = Settings(
@Published var settings: NFSettings = NFSettings(
showCompletedInHome: false,
tint: ColorCodable(uiColor: UIColor(named: "AccentColor")!),
showWhatsNew: true,