From 786d82639bdf7e881c554fcc30256db9bde57cd6 Mon Sep 17 00:00:00 2001 From: hmt Date: Wed, 10 Jun 2020 11:33:22 +0200 Subject: [PATCH] =?UTF-8?q?Tastaturk=C3=BCrzel=20Hinweise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/App.svelte | 2 +- src/components/Print.svelte | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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