From 867b415b6b5c738554d0a06c4915cbdaa357f776 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 22 Apr 2022 09:45:02 +0200 Subject: [PATCH] Fix double add menu in Organizer Seems to happen when launching with active profile. Use explicit position. --- Passepartout/App/Views/OrganizerView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout/App/Views/OrganizerView.swift b/Passepartout/App/Views/OrganizerView.swift index 25a0b4de..4556f706 100644 --- a/Passepartout/App/Views/OrganizerView.swift +++ b/Passepartout/App/Views/OrganizerView.swift @@ -102,7 +102,7 @@ struct OrganizerView: View { isHostFileImporterPresented: $isHostFileImporterPresented ) } - ToolbarItem(placement: .navigation) { + ToolbarItem(placement: .navigationBarLeading) { SettingsMenu( modalType: $modalType, alertType: $alertType