Fix tsc issues
This commit is contained in:
@@ -55,6 +55,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
|
||||
progressBarType: undefined,
|
||||
progressBarSize: undefined,
|
||||
progressBarPosition: undefined,
|
||||
progressBarPositionAutoVertical: undefined,
|
||||
readingMode: undefined,
|
||||
pageScaleMode: undefined,
|
||||
shouldOffsetDoubleSpreads: undefined,
|
||||
|
||||
@@ -18,6 +18,7 @@ import {
|
||||
IReaderSettings,
|
||||
IReaderSettingsGlobal,
|
||||
ProgressBarPosition,
|
||||
ProgressBarPositionAutoVertical,
|
||||
ProgressBarType,
|
||||
ReaderBackgroundColor,
|
||||
ReaderExitMode,
|
||||
@@ -74,7 +75,7 @@ export const DEFAULT_READER_SETTINGS: IReaderSettings = {
|
||||
progressBarType: ProgressBarType.STANDARD,
|
||||
progressBarSize: 4,
|
||||
progressBarPosition: ProgressBarPosition.BOTTOM,
|
||||
progressBarPositionAutoVertical: ProgressBarPosition.RIGHT,
|
||||
progressBarPositionAutoVertical: ProgressBarPositionAutoVertical.RIGHT,
|
||||
pageScaleMode: ReaderPageScaleMode.ORIGINAL,
|
||||
shouldStretchPage: false,
|
||||
shouldOffsetDoubleSpreads: false,
|
||||
|
||||
Reference in New Issue
Block a user