Load and save tasks

This commit includes new popups and proper error messages.
This commit is contained in:
Joscha 2018-09-30 17:35:57 +00:00
parent 9fc57bd056
commit cad2f5741f
8 changed files with 152 additions and 65 deletions

View file

@ -10,5 +10,4 @@ import TaskMachine.UI
main :: IO()
main = do
o <- parseOptions
state <- loadTasks $ startUIState o
void $ B.defaultMain myApp state
void $ B.defaultMain myApp $ startUIState o