We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5954f commit 65cca3cCopy full SHA for 65cca3c
1 file changed
src/bluetooth/BluetoothManager.ts
@@ -90,7 +90,7 @@ export class BluetoothManager implements IBluetoothManager {
90
if (!('bluetooth' in navigator)) {
91
showDialog({
92
title: 'Error',
93
- body: `Web Bluetooth is not supported in your browser. It works on Chrome and Edge. Make sure the Web Bluetooth flag is enabled in chrome://flags/.`,
+ body: 'Web Bluetooth is not supported in your browser. It works on Chrome and Edge. Make sure the Web Bluetooth flag is enabled in chrome://flags/.',
94
buttons: [Dialog.okButton({ label: 'Close' })]
95
});
96
return false;
0 commit comments