diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-03 13:04:56 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-03 13:04:56 -0700 |
| commit | 5d61fbfd67c3f59bcffa997590d1bc7d41e61528 (patch) | |
| tree | 799877739a5b5c80d8381352897ce3510f71d8d3 /Hotline/Sounds | |
| parent | 02b452ccaf54cb24eb38fcb752126888994c0a1b (diff) | |
Remember banner toolbar displayed state. Clean up use of preferences throughout project.
Diffstat (limited to 'Hotline/Sounds')
| -rw-r--r-- | Hotline/Sounds/Application-iOS.swift | 1 |
1 files changed, 0 insertions, 1 deletions
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() |