mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 08:39:00 +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 {
|
struct SidebarToolbarModifier: ViewModifier {
|
||||||
|
|
||||||
@EnvironmentObject private var appSettings: AppDefaults
|
@EnvironmentObject private var defaults: AppDefaults
|
||||||
@StateObject private var viewModel = SidebarToolbarModel()
|
@StateObject private var viewModel = SidebarToolbarModel()
|
||||||
|
|
||||||
@ViewBuilder func body(content: Content) -> some View {
|
@ViewBuilder func body(content: Content) -> some View {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user