ajaxray / geek-life

The Todo List / Task Manager for Geeks in command line
MIT License
501 stars 26 forks source link

Creating task when no project exists crashes #1

Closed saward closed 4 years ago

saward commented 4 years ago

Just tried this out, and when I tried creating a new task without first creating a project, it crashes. Presumably because projectPane.activeProject is nil?

ajaxray commented 4 years ago

Thanks for reporting. 👍 Fixing it soon - should be resolved by next release.

ajaxray commented 4 years ago

Hello @saward , The issue is fixed. Now, even the "New Task" input will not be visible without active project. Can you please check and confirm?