added todo

This commit is contained in:
Sem van der Hoeven
2020-08-29 19:37:08 +02:00
parent 3cb692da21
commit b1628be288

View File

@@ -112,6 +112,8 @@ def load():
def delete_project(stdscr, projects: list,project_index):
# need to make it prettier, also add ' around project title
h, w = stdscr.getmaxyx()
window_y = h // 2 - 3
window_x = w // 2 - 25