mirror of
https://github.com/yattee/yattee.git
synced 2025-12-14 03:58:14 +00:00
Add Periphery configuration, remove unused code
This commit is contained in:
@@ -7,7 +7,9 @@ struct SignInRequiredView<Content: View>: View {
|
||||
|
||||
@EnvironmentObject<InvidiousAPI> private var api
|
||||
@Default(.instances) private var instances
|
||||
@EnvironmentObject<NavigationModel> private var navigation
|
||||
#if !os(macOS)
|
||||
@EnvironmentObject<NavigationModel> private var navigation
|
||||
#endif
|
||||
|
||||
init(title: String, @ViewBuilder content: @escaping () -> Content) {
|
||||
self.title = title
|
||||
|
||||
Reference in New Issue
Block a user