removes reference to old appSettings var

This commit is contained in:
Stuart Breckenridge 2020-07-06 20:18:50 +08:00
parent 10924caf7f
commit d8df24e997
1 changed files with 1 additions and 1 deletions

View File

@ -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 {