Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webapp/src/webusb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export async function webUsbPairThemedDialogAsync(pairAsync: () => Promise<boole
await showConnectionSuccessAsync(confirmAsync, implicitlyCalled);
}
else {
const tryAgain = await showConnectionFailureAsync(confirmAsync, implicitlyCalled, lastPairingError);
const tryAgain = await showConnectionFailureAsync(confirmAsync, true, lastPairingError);

if (tryAgain) return webUsbPairThemedDialogAsync(pairAsync, confirmAsync, implicitlyCalled);
}
Expand Down