forked from marko/svitak
add LRU cache
This commit is contained in:
parent
81c2caaf67
commit
da70b3ccf2
3 changed files with 31 additions and 3 deletions
|
|
@ -99,7 +99,9 @@ data AppState = AppState
|
|||
stZoom :: Double,
|
||||
stTitle :: T.Text,
|
||||
stBookPath :: FilePath,
|
||||
stGen :: Int
|
||||
stGen :: Int,
|
||||
stUse :: M.Map ChapterIndex Int,
|
||||
stTick :: Int,
|
||||
}
|
||||
|
||||
-- | A user request, produced by the keyboard / sidebar and handled centrally.
|
||||
|
|
|
|||
Loading…
Reference in a new issue