Working tree changes 2024-08-04 01:00
All checks were successful
Test project build / Build (push) Successful in 1m12s
All checks were successful
Test project build / Build (push) Successful in 1m12s
This commit is contained in:
parent
0f2bd55538
commit
4833283963
@ -85,7 +85,7 @@
|
|||||||
<button class="btn btn-sm btn-primary" on:click={soundOff}>Sound off</button>
|
<button class="btn btn-sm btn-primary" on:click={soundOff}>Sound off</button>
|
||||||
<button class="btn btn-sm btn-primary" on:click={fetchInfo}>Fetch info again</button>
|
<button class="btn btn-sm btn-primary" on:click={fetchInfo}>Fetch info again</button>
|
||||||
</div>
|
</div>
|
||||||
<span class="input-group-text">{$connectedPrinterName}</span>
|
<span class="input-group-text">{$printerMeta?.model ?? $connectedPrinterName}</span>
|
||||||
{:else}
|
{:else}
|
||||||
<select class="form-select" disabled={$connectionState === "connecting"} bind:value={connectionType}>
|
<select class="form-select" disabled={$connectionState === "connecting"} bind:value={connectionType}>
|
||||||
<option value="bluetooth">Bluetooth</option>
|
<option value="bluetooth">Bluetooth</option>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT EDIT! */
|
/* AUTO-GENERATED FILE. DO NOT EDIT! */
|
||||||
/* use 'yarn gen-printers-list' to generate */
|
/* use 'yarn gen-printer-models' to generate */
|
||||||
|
|
||||||
import { PrintDirection, LabelType as LT } from ".";
|
import { PrintDirection, LabelType as LT } from ".";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user