summaryrefslogtreecommitdiff
path: root/print/templates
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2024-04-24 22:38:32 -0400
committerGitHub <noreply@github.com>2024-04-24 22:38:32 -0400
commit3b16235821afafc4bb29a94059037fe138ed0907 (patch)
tree77c28adab1b0f05d9a6f54281e08022d897efe9d /print/templates
parent129dfa019bcb80713add7cc00d2d582181e7b1a8 (diff)
move print PDF back to web browser (#2849)
* move print PDF back to web browser * fix line wrapping for macOS --------- Co-authored-by: Kaalleen <reni@allenka.de>
Diffstat (limited to 'print/templates')
-rw-r--r--print/templates/ui.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/print/templates/ui.html b/print/templates/ui.html
index 4282838d..846b7b49 100644
--- a/print/templates/ui.html
+++ b/print/templates/ui.html
@@ -2,7 +2,6 @@
<p class="header">{{ _('Ink/Stitch Print Preview') }}</p>
<div class="buttons">
<button class="print">{{ _('Print') }}</button>
- <button class="save-pdf">{{ _('Save PDF') }}</button>
<button class="settings">{{ _('Settings') }}</button>
<button class="close">{{ _('Close') }}</button>
</div>