chore: remove commented-out printer button.

This commit is contained in:
Yoga Pangestu 2026-01-04 23:12:41 +07:00
parent 7956314dc5
commit 2c564f410e

View File

@ -25,8 +25,6 @@
class="ms-2 flex items-center gap-2 text-green-600 bg-green-50 px-3 py-1 rounded-lg border border-green-200">
<flux:icon.check-circle class="size-4" />
<span class="text-sm font-medium">Printer Connected</span>
{{-- <flux:button variant="ghost" size="xs" color="danger" class="ms-1" icon="x-mark"
x-on:click="localStorage.removeItem('printerDevice'); localStorage.removeItem('btPrinterDevice'); window.printerDevice = null; window.btCharacteristic = null; window.dispatchEvent(new CustomEvent('printer-status-change', { detail: { connected: false } }))" /> --}}
</div>
</template>
</div>