1 parent e444f45 commit c85d40cCopy full SHA for c85d40c
1 file changed
mbf-site/src/App.tsx
@@ -281,19 +281,6 @@ function ChooseDevice() {
281
}}>Connect to {device.serial}</button>
282
</li>
283
</>)}
284
- {!usingOculusBrowser() && navigator.usb && <>
285
- <li>
286
- <button onClick={async () => {
287
- if (!bridgeData.isLocal || confirm("Connecting with WebUSB will terminate the ADB server. Are you sure you want to proceed?")) {
288
- if (bridgeData.isLocal) {
289
- await bridgeClient.killServer();
290
- }
291
-
292
- await connectWebUsb();
293
294
- }}>Connect with WebUSB</button>
295
- </li>
296
- </>}
297
</ul>
298
<span><OpenLogsButton /></span>
299
</div>
0 commit comments