Reposition Organizer toolbar
This commit is contained in:
parent
3c2480d3b7
commit
5b2ccaa110
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue