aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Daffm/Types.hs')
-rw-r--r--lib/Daffm/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs
index a1095d4..f806253 100644
--- a/lib/Daffm/Types.hs
+++ b/lib/Daffm/Types.hs
@@ -53,7 +53,8 @@ data AppState = AppState
stateOpenerScript :: Maybe Text.Text,
stateSearchTerm :: Maybe Text.Text,
stateSearchMatches :: Vec.Vector Int,
- stateSearchIndex :: Int
+ stateSearchIndex :: Int,
+ stateInitPath :: FilePathText
}
deriving (Show)