Skip to content

Commit

Permalink
fixup! WIP: design
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Nov 28, 2024
1 parent 37d99b0 commit 7a0f554
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export const BluetoothConnect = ({ onClose }: BluetoothConnectProps) => {
}),
);
} else {
// Todo: What to do with error in this flow? UI-Wise

setConnectingStatus({ status: 'waiting-for-device-handshake' });
desktopApi.bluetoothStopScan();
// WAIT for connect event, TODO: figure out better way
Expand Down

0 comments on commit 7a0f554

Please sign in to comment.