aboutsummaryrefslogtreecommitdiffhomepage
path: root/Types/State.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/State.hs')
-rw-r--r--Types/State.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types/State.hs b/Types/State.hs
index 139310d..c8948a0 100644
--- a/Types/State.hs
+++ b/Types/State.hs
@@ -34,7 +34,8 @@ data St =
-- scans in this dir
, _stOCR :: Bool -- ^ whether to use OCRmyPDF
, _stColour :: Colour
- , _stPaper :: Paper
+ , _stPaper :: Paper -- ^ currently selected paper size
+ , _stDefaultPaper :: Paper -- ^ locale's default paper size
, _stDPI :: DPI
, _stOutdir :: FilePath -- ^ where to save final PDFs
}