Load and save tasks
This commit includes new popups and proper error messages.
This commit is contained in:
parent
9fc57bd056
commit
cad2f5741f
8 changed files with 152 additions and 65 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue