Add character count

This commit is contained in:
ZXY101
2023-09-25 14:14:32 +02:00
parent 9459165dbd
commit f06823e4e3
3 changed files with 57 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
{ 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: 'charCount', text: 'Show character count', value: $settings.charCount },
{ key: 'mobile', text: 'Mobile', value: $settings.mobile }
] as { key: SettingsKey; text: string; value: any }[];
</script>