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

@@ -47,6 +47,7 @@ export type Settings = {
boldFont: boolean;
pageNum: boolean;
charCount: boolean;
bounds: boolean;
mobile: boolean;
backgroundColor: string;
swipeThreshold: number;
@@ -73,6 +74,7 @@ const defaultSettings: Settings = {
pageNum: true,
charCount: false,
mobile: false,
bounds: false,
backgroundColor: '#030712',
swipeThreshold: 50,
edgeButtonWidth: 10,