Reposition Organizer toolbar

This commit is contained in:
Davide De Rosa 2022-04-19 23:02:19 +02:00
parent 3c2480d3b7
commit 5b2ccaa110
1 changed files with 2 additions and 2 deletions

View File

@ -115,12 +115,12 @@ struct OrganizerView: View {
isHostFileImporterPresented: $isHostFileImporterPresented
)
}
ToolbarItemGroup(placement: .navigation) {
ToolbarItemGroup(placement: .navigationBarTrailing) {
SettingsMenu(
modalType: $modalType,
alertType: $alertType
)
EditButton() // FIXME: toolbars, this is not shown
// EditButton()
}
}
}