mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
removes reference to old appSettings var
This commit is contained in:
parent
10924caf7f
commit
d8df24e997
@ -10,7 +10,7 @@ import SwiftUI
|
||||
|
||||
struct SidebarToolbarModifier: ViewModifier {
|
||||
|
||||
@EnvironmentObject private var appSettings: AppDefaults
|
||||
@EnvironmentObject private var defaults: AppDefaults
|
||||
@StateObject private var viewModel = SidebarToolbarModel()
|
||||
|
||||
@ViewBuilder func body(content: Content) -> some View {
|
||||
|
Loading…
x
Reference in New Issue
Block a user