From c421d390aaa266d9ccb4e724f15c20a460a0ec4e Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:13:42 +0100 Subject: [PATCH] update the popover --- ShhShell/Views/Hosts/ConnectionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShhShell/Views/Hosts/ConnectionView.swift b/ShhShell/Views/Hosts/ConnectionView.swift index 610e662..f043780 100644 --- a/ShhShell/Views/Hosts/ConnectionView.swift +++ b/ShhShell/Views/Hosts/ConnectionView.swift @@ -111,7 +111,7 @@ Hostkey fingerprint is \(handler.getHostkey() ?? "nil") """) } } - .popover(isPresented: $showIconPicker, attachmentAnchor: .point(.center), arrowEdge: .bottom) { + .popover(isPresented: $showIconPicker, attachmentAnchor: .point(.topTrailing), arrowEdge: .top) { HostIconPicker(host: $handler.host) .frame(minWidth: 300, minHeight: 200) .modifier(presentationCompactPopover())