mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
update the popover
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user