Update index.html
This commit is contained in:
parent
e4afc99daf
commit
cdd4dea7ce
|
@ -106,13 +106,15 @@
|
|||
</svg>
|
||||
</div>
|
||||
|
||||
<!-- <div id="bluetoothBtn" class="icon-button" data-i18n-key="header.bluetooth" data-i18n-attrs="title">
|
||||
<i class="fa-brands fa-bluetooth-b icon" style="font-size: 24px;"></i>
|
||||
</div> -->
|
||||
<!-- Botão Bluetooth -->
|
||||
<div id="bluetoothBtn" class="icon-button" data-i18n-key="header.bluetooth" data-i18n-attrs="title" style="display: none;">
|
||||
<i class="fa-brands fa-bluetooth-b icon" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
|
||||
<!-- <<div id="openQRScanner" class="icon-button" title="Escanear QR Code" data-i18n-key="header.scan-qr" data-i18n-attrs="title">
|
||||
<i class="fa-solid fa-qrcode" style="font-size: 24px;"></i>
|
||||
</div> -->
|
||||
<!-- Botão QR Scanner -->
|
||||
<div id="openQRScanner" class="icon-button" title="Escanear QR Code" data-i18n-key="header.scan-qr" data-i18n-attrs="title">
|
||||
<i class="fa-solid fa-qrcode" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
|
||||
<div id="pair-device" class="icon-button" data-i18n-key="header.pair-device" data-i18n-attrs="title">
|
||||
<svg class="icon">
|
||||
|
|
Loading…
Reference in New Issue