Add the actual button to the ui

This commit is contained in:
Daniel Dietzler
2023-06-12 10:08:03 +02:00
committed by GitHub
parent feef3c909b
commit e1f5a8bde0

View File

@@ -90,6 +90,7 @@
<div class="col">
<app-input-check i18n-title title="Use PDF viewer provided by the browser" i18n-hint hint="This is usually faster for displaying large PDF documents, but it might not work on some browsers." formControlName="useNativePdfViewer"></app-input-check>
<app-input-check i18n-title title="Exit the document editor on save" formControlName="exitOnSave"></app-input-check>
</div>
</div>