changeset 173:c3420ae11bda

Update settings
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 20 Feb 2021 13:10:57 +0100
parents f4551ef913b8
children 730a6f0959fe
files LazyBear/UI/Settings.swift
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/LazyBear/UI/Settings.swift	Sat Feb 20 13:10:50 2021 +0100
+++ b/LazyBear/UI/Settings.swift	Sat Feb 20 13:10:57 2021 +0100
@@ -10,7 +10,6 @@
 
 struct Settings: View {
     @Environment(\.managedObjectContext) private var moc
-    @FetchRequest(entity: UserSettings.entity(), sortDescriptors: []) var userSettings: FetchedResults<UserSettings>
     @State var theme = ""
 
     var body: some View {