Fix double add menu in Organizer
Seems to happen when launching with active profile. Use explicit position.
This commit is contained in:
parent
c9dfed676e
commit
867b415b6b
|
@ -102,7 +102,7 @@ struct OrganizerView: View {
|
|||
isHostFileImporterPresented: $isHostFileImporterPresented
|
||||
)
|
||||
}
|
||||
ToolbarItem(placement: .navigation) {
|
||||
ToolbarItem(placement: .navigationBarLeading) {
|
||||
SettingsMenu(
|
||||
modalType: $modalType,
|
||||
alertType: $alertType
|
||||
|
|
Loading…
Reference in New Issue