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:
@@ -104,7 +104,6 @@ export const TestItem = (props: Props) => {
|
||||
}}
|
||||
>
|
||||
<TestBox
|
||||
onClick={onEditTest}
|
||||
onContextMenu={(event) => {
|
||||
const { clientX, clientY } = event;
|
||||
setPosition({ top: clientY, left: clientX });
|
||||
|
||||
Reference in New Issue
Block a user