Mobile bounds test

This commit is contained in:
ZXY101
2023-09-23 09:07:35 +02:00
parent 98a42a64c3
commit 43b5199bff
3 changed files with 61 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
{ key: 'textBoxBorders', text: 'Text box borders', value: $settings.textBoxBorders },
{ key: 'displayOCR', text: 'OCR enabled', value: $settings.displayOCR },
{ key: 'boldFont', text: 'Bold font', value: $settings.boldFont },
{ key: 'pageNum', text: 'Show page number', value: $settings.pageNum }
{ key: 'pageNum', text: 'Show page number', value: $settings.pageNum },
{ key: 'mobile', text: 'Mobile', value: $settings.mobile }
] as { key: SettingsKey; text: string; value: any }[];
</script>