update web

This commit is contained in:
nikk gitanes
2021-07-15 10:18:41 +03:00
parent ab04c97de5
commit c2eb026ae9
21 changed files with 118 additions and 120 deletions

View File

@@ -70,7 +70,7 @@ export default function SettingsDialog({ handleClose }) {
const { CacheSize, ReaderReadAHead, PreloadCache } = settings || {}
useEffect(() => {
if (!CacheSize || !ReaderReadAHead || !PreloadCache) return
if (!CacheSize || !ReaderReadAHead) return
setCacheSize(CacheSize)
setCachePercentage(ReaderReadAHead)