mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 12:00:16 +02:00
parent
172596217d
commit
c15d5b2bac
1 changed files with 6 additions and 0 deletions
|
@ -184,6 +184,12 @@ function _Connect(): JSX.Element | null {
|
|||
const addMenuProps = useMemo(() => {
|
||||
const items = [];
|
||||
|
||||
items.push({
|
||||
key: 'usb',
|
||||
text: 'USB',
|
||||
onClick: addUsbBackend,
|
||||
});
|
||||
|
||||
items.push({
|
||||
key: 'websocket',
|
||||
text: 'WebSocket',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue