diff --git a/src/modules/reader/constants/ReaderSettings.constants.tsx b/src/modules/reader/constants/ReaderSettings.constants.tsx index eae181bd..52a56e66 100644 --- a/src/modules/reader/constants/ReaderSettings.constants.tsx +++ b/src/modules/reader/constants/ReaderSettings.constants.tsx @@ -282,7 +282,7 @@ export const CONTINUOUS_READING_MODE_TO_SCROLL_DIRECTION: Record< }; export const AUTO_SCROLL_SPEED = { - MIN: 0.5, - MAX: 60, - STEP: 0.5, + min: 0.5, + max: 60, + step: 0.5, }; diff --git a/src/modules/source/screens/SourceMangas.tsx b/src/modules/source/screens/SourceMangas.tsx index 8da6972c..63c1a353 100644 --- a/src/modules/source/screens/SourceMangas.tsx +++ b/src/modules/source/screens/SourceMangas.tsx @@ -221,7 +221,7 @@ export function SourceMangas() { const { settings: { hideLibraryEntries }, } = useMetadataServerSettings(); - console.log('@asdf', locationKey); + const [sourceGridLayout] = useLocalStorage('source-grid-layout', GridLayout.Compact); const [query] = useQueryParam('query', StringParam); const [currentFiltersToApply, setCurrentFiltersToApply] = useSessionStorage(