Skip to content

Commit

Permalink
feat: add wakelock setting to log component (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renji-XD authored Oct 6, 2024
1 parent bb7585c commit a9c2576
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/src/lib/components/log-report-dialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
lastReadingGoalsModified$,
isOnline$,
multiplier$,
showCharacterCounter$
showCharacterCounter$,
enableReaderWakeLock$
} from '$lib/data/store';
export let title = 'Error';
Expand Down Expand Up @@ -88,6 +89,7 @@
swipeThreshold: swipeThreshold$.getValue(),
disableWheelNavigation: disableWheelNavigation$.getValue(),
writingMode: writingMode$.getValue(),
enableReaderWakeLock: enableReaderWakeLock$.getValue(),
showCharacterCounter$: showCharacterCounter$.getValue(),
confirmClose: confirmClose$.getValue(),
autoBookmark: autoBookmark$.getValue(),
Expand Down

0 comments on commit a9c2576

Please sign in to comment.