Load tasks on startup again
This commit is contained in:
parent
d8e0e1a867
commit
c1b1fddb76
5 changed files with 22 additions and 18 deletions
|
|
@ -10,4 +10,5 @@ import TaskMachine.UI
|
|||
main :: IO()
|
||||
main = do
|
||||
o <- parseOptions
|
||||
void $ B.defaultMain myApp (startUIState o)
|
||||
state <- loadTasks $ startUIState o
|
||||
void $ B.defaultMain myApp state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue