From 9ccf2f552be246f7912e9dc923f8da8ae47fe544 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 10 Apr 2019 23:37:16 -0400 Subject: switch print pdf gui to electron --- print/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print/templates') diff --git a/print/templates/index.html b/print/templates/index.html index d0ab848f..375fdc77 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -2,6 +2,8 @@ Ink/Stitch Print Preview + + -- cgit v1.2.3 From 09c46e0fb499987899a2e67819099eba2c121487 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 18 Apr 2019 10:15:13 -0400 Subject: add 'save pdf' button and print opens PDF --- print/templates/ui.html | 1 + 1 file changed, 1 insertion(+) (limited to 'print/templates') diff --git a/print/templates/ui.html b/print/templates/ui.html index 23e39145..57c17205 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -2,6 +2,7 @@

{{ _('Ink/Stitch Print Preview') }}

+
-- cgit v1.2.3