improve(ui): update built-in icon mode

This commit is contained in:
charlie
2022-09-20 18:32:52 +08:00
committed by Tienson Qin
parent a0b37fa20e
commit f8cc6378c3
20 changed files with 144 additions and 117 deletions

View File

@@ -517,6 +517,7 @@
(when-let [e (and protocol host port (str protocol "://" host ":" port))]
[:strong.pr-1 e])
(ui/icon "edit")]
:small? true
:on-click #(state/set-sub-modal!
(fn [_] (plugins/user-proxy-settings-panel agent-opts))
{:id :https-proxy-panel :center? true})))