mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-21 23:32:07 +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
|
isHostFileImporterPresented: $isHostFileImporterPresented
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
ToolbarItemGroup(placement: .automatic) {
|
ToolbarItemGroup(placement: .navigation) {
|
||||||
SettingsMenu(
|
SettingsMenu(
|
||||||
modalType: $modalType,
|
modalType: $modalType,
|
||||||
alertType: $alertType
|
alertType: $alertType
|
||||||
|
Loading…
Reference in New Issue
Block a user