Fix double add menu in Organizer

Seems to happen when launching with active profile.

Use explicit position.
This commit is contained in:
Davide De Rosa 2022-04-22 09:45:02 +02:00
parent c9dfed676e
commit 867b415b6b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ struct OrganizerView: View {
isHostFileImporterPresented: $isHostFileImporterPresented
)
}
ToolbarItem(placement: .navigation) {
ToolbarItem(placement: .navigationBarLeading) {
SettingsMenu(
modalType: $modalType,
alertType: $alertType