mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 14:52:34 +00:00
Fix settings menu not shown on iOS 14
Change to .navigation placement.
This commit is contained in:
parent
d7ada78845
commit
7128352a9c
@ -115,7 +115,7 @@ struct OrganizerView: View {
|
||||
isHostFileImporterPresented: $isHostFileImporterPresented
|
||||
)
|
||||
}
|
||||
ToolbarItemGroup(placement: .automatic) {
|
||||
ToolbarItemGroup(placement: .navigation) {
|
||||
SettingsMenu(
|
||||
modalType: $modalType,
|
||||
alertType: $alertType
|
||||
|
Loading…
Reference in New Issue
Block a user