load database on start

This commit is contained in:
2024-09-10 20:00:24 -04:00
parent a872fcfd6c
commit 86278db578
4 changed files with 32 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ passmanApp = App
{ appDraw = drawFunc
, appChooseCursor = showFirstCursor
, appHandleEvent = eventHandler
, appStartEvent = return ()
, appStartEvent = loadDatabase
, appAttrMap = const $ attrMap (style 0) []
}