From 5d61fbfd67c3f59bcffa997590d1bc7d41e61528 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 3 May 2024 13:04:56 -0700 Subject: Remember banner toolbar displayed state. Clean up use of preferences throughout project. --- Hotline/Sounds/Application-iOS.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Hotline/Sounds/Application-iOS.swift') diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift index 5d9c56d..055c8f1 100644 --- a/Hotline/Sounds/Application-iOS.swift +++ b/Hotline/Sounds/Application-iOS.swift @@ -8,7 +8,6 @@ import UniformTypeIdentifiers struct Application: App { private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient()) - @State private var preferences = Prefs() @State private var soundEffects = SoundEffectPlayer() @State private var bookmarks = Bookmarks() -- cgit