mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-07 16:32:04 +00:00
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
Block a user