mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-23 22:19:49 +00:00
Fix weird settings bug on iPadOS
This commit is contained in:
parent
4917f7b8b7
commit
bce739614e
@ -378,7 +378,7 @@ struct ContentView: View {
|
||||
Image(systemName: "gear")
|
||||
}
|
||||
}
|
||||
}.popover( isPresented: $showSettingsPopover, arrowEdge: .bottom) { SettingsView(close: $showSettingsPopover).environmentObject(globalData) }
|
||||
}.fullScreenCover( isPresented: $showSettingsPopover) { SettingsView(close: $showSettingsPopover).environmentObject(globalData) }
|
||||
}
|
||||
.tabItem({
|
||||
Text("Home")
|
||||
|
Loading…
Reference in New Issue
Block a user