Feature Wake Lock Screen while reading (#1126)

* Feature wakeLock

* Fix style

* Fix

* Fix

* Fix

---------

Co-authored-by: Vicente <vicente@per>
This commit is contained in:
vtorres-t
2026-07-20 17:35:36 +02:00
committed by GitHub
parent 147ecdcd7b
commit 06f0768395
8 changed files with 76 additions and 0 deletions

View File

@@ -332,6 +332,9 @@ export const APP_METADATA: Record<
shouldInformAboutScanlatorChange: {
convert: convertToBoolean,
},
shouldWakeLockScreen: {
convert: convertToBoolean,
},
hideHistory: {
convert: convertToBoolean,
},