Remove addition of whatdid to title since we have reset button now

This commit is contained in:
mlncn 2021-05-02 16:39:27 -04:00
parent 03eee50e43
commit 41a5cd0a1d

View file

@ -25,8 +25,6 @@ def pomodoro_prompt_plan(whatdid = ''):
# my own interface, so here's what we get. NOTE: If we can do system notifications that
# when clicked will focus the terminal running pomodoro prompt, that would be even better
# than these pop-up GUI notifications/text entry.
if whatdid:
text = "\n\n(Last thing you did: " + whatdid + ')\n'
whatnext = prompt_window.prompt(prompt=text, task=whatdid)
# Pressing cancel returns None, but we want to just treat it as an empty string.
if whatnext is None: