From 41a5cd0a1d55215480544eab652a45e3ee827c9e Mon Sep 17 00:00:00 2001 From: mlncn Date: Sun, 2 May 2021 16:39:27 -0400 Subject: [PATCH] Remove addition of whatdid to title since we have reset button now --- pomodoroprompt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 637a565..391f720 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -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: