Commit mid add time scroll

This commit is contained in:
2022-10-24 10:44:23 +01:00
parent 21dc670c9f
commit 86a9ab7582
17 changed files with 62 additions and 55 deletions
+1
View File
@@ -19,6 +19,7 @@ data HeldScroll
{ _hsInt :: Int
, _hsMaxInt :: Int
}
| HeldScrollTime
deriving (Eq, Ord, Show, Read) --Generic, Flat)
makeLenses ''HeldScroll