mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
fix: minor glitches (#900)
* feat: show actual proxy name instead of proxy group when hovering on a group outbound * fix: open empty edit form and save will cause `UID not found` * chore: tauri.conf.json json schema * chore: missing locales
This commit is contained in:
@@ -86,7 +86,10 @@ export const ProxyItemMini = (props: Props) => {
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Box title={proxy.name} sx={{ overflow: "hidden" }}>
|
||||
<Box
|
||||
title={`${proxy.name}\n${proxy.now ?? ""}`}
|
||||
sx={{ overflow: "hidden" }}
|
||||
>
|
||||
<Typography
|
||||
variant="body2"
|
||||
component="div"
|
||||
|
||||
Reference in New Issue
Block a user