Better way of disabling input when new task is being added #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently every action has a
if !addtask {}
block around it. There should be a better way of splitting up the Type mode functionality from the Navigation mode.