Reposition Organizer toolbar
This commit is contained in:
parent
3c2480d3b7
commit
5b2ccaa110
|
@ -115,12 +115,12 @@ struct OrganizerView: View {
|
||||||
isHostFileImporterPresented: $isHostFileImporterPresented
|
isHostFileImporterPresented: $isHostFileImporterPresented
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
ToolbarItemGroup(placement: .navigation) {
|
ToolbarItemGroup(placement: .navigationBarTrailing) {
|
||||||
SettingsMenu(
|
SettingsMenu(
|
||||||
modalType: $modalType,
|
modalType: $modalType,
|
||||||
alertType: $alertType
|
alertType: $alertType
|
||||||
)
|
)
|
||||||
EditButton() // FIXME: toolbars, this is not shown
|
// EditButton()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue