mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +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)
|
HostIconPicker(host: $handler.host)
|
||||||
.frame(minWidth: 300, minHeight: 200)
|
.frame(minWidth: 300, minHeight: 200)
|
||||||
.modifier(presentationCompactPopover())
|
.modifier(presentationCompactPopover())
|
||||||
|
|||||||
Reference in New Issue
Block a user