From 8909a14ff5845563b15e3c3eb799faeb34c44677 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 11 Aug 2020 13:13:31 +0200 Subject: [PATCH] added todo --- console-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-gui.py b/console-gui.py index a7c9f56..a77e25f 100644 --- a/console-gui.py +++ b/console-gui.py @@ -27,13 +27,13 @@ STATUS_IDLE = WHITE_MAGENTA statuses = [STATUS_WORKING,STATUS_IDLE,STATUS_DONE,0] -# TODO add status editing of tasks # TODO add description viewing # TODO add description editing # TODO add adding of projects # TODO add deleting of projects # TODO add adding of tasks # TODO add deleting of tasks +# TODO add indicator of project even when switching task """ COLOR_BLACK