Fix settings menu not shown on iOS 14

Change to .navigation placement.
This commit is contained in:
Davide De Rosa 2022-04-19 17:05:29 +02:00
parent d7ada78845
commit 7128352a9c

View File

@ -115,7 +115,7 @@ struct OrganizerView: View {
isHostFileImporterPresented: $isHostFileImporterPresented
)
}
ToolbarItemGroup(placement: .automatic) {
ToolbarItemGroup(placement: .navigation) {
SettingsMenu(
modalType: $modalType,
alertType: $alertType