Update bounds

This commit is contained in:
ZXY101
2024-03-12 10:17:35 +02:00
parent 5d3f17679b
commit 39d4e0f072
3 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
{ 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: 'bounds', text: 'Bounds', value: $settings.bounds },
{ key: 'mobile', text: 'Mobile', value: $settings.mobile },
{ key: 'showTimer', text: 'Show timer', value: $settings.showTimer },
{ key: 'quickActions', text: 'Show quick actions', value: $settings.quickActions }