Remove addition of whatdid to title since we have reset button now
This commit is contained in:
parent
03eee50e43
commit
41a5cd0a1d
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue