load database on start
This commit is contained in:
@@ -41,7 +41,7 @@ passmanApp = App
|
||||
{ appDraw = drawFunc
|
||||
, appChooseCursor = showFirstCursor
|
||||
, appHandleEvent = eventHandler
|
||||
, appStartEvent = return ()
|
||||
, appStartEvent = loadDatabase
|
||||
, appAttrMap = const $ attrMap (style 0) []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user