diff --git a/src/components/App.svelte b/src/components/App.svelte index 425c83c..4f0916c 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -10,7 +10,7 @@ {#await db_check()} Öffne Datenbank … -{:then connected} +{:then} {#if $print} {:else} diff --git a/src/components/Print.svelte b/src/components/Print.svelte index 64f1dba..29ae5db 100644 --- a/src/components/Print.svelte +++ b/src/components/Print.svelte @@ -24,5 +24,18 @@ {#if c} + + + + info + + Tastaturbefehle + + + Drucken: p + + Abbrechen: ESC + + {/if} \ No newline at end of file