pjs icon indicating copy to clipboard operation
pjs copied to clipboard

Fix #23 - Crash while deleting zero projects

Open BrianMwangi21 opened this issue 2 years ago • 0 comments

Fix to issue #23 of the app crashing while deleting zero projects.

Now it does a simple check before getting the active project ID which is then passed to the delete project command.

The check is simple the number of Items currently. If more than 0, go ahead and delete. If not, skip that code.

Comments are welcome. Thanks

BrianMwangi21 avatar Aug 01 '22 12:08 BrianMwangi21