aboutsummaryrefslogtreecommitdiffhomepage
path: root/UI.hs
diff options
context:
space:
mode:
Diffstat (limited to 'UI.hs')
-rw-r--r--UI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI.hs b/UI.hs
index be75757..c10e2cf 100644
--- a/UI.hs
+++ b/UI.hs
@@ -66,7 +66,7 @@ drawUI st = [ui]
]
status = str $ maybe
"Ready to scan first page"
- (\(ScanSess _ p) -> "Scanned " ++ show p ++ " pages")
+ (\(ScanSess _ p _) -> "Scanned " ++ show p ++ " pages")
(st^.stScanSess)
settingsBox = defnList AlignRight Nothing
[ ("run OCRmyPDF", if st^.stOCR then "yes" else "no")