andrayantelo / pomodoroapp

Pomodoro app made with Python and Tkinter
GNU General Public License v3.0
0 stars 0 forks source link

countdown resets to original countdown time in specific situation where I don't want it to #31

Open andrayantelo opened 7 years ago

andrayantelo commented 7 years ago

Let's say you are currently in a work countdown and you pause it, switch to break countdown (because you suddenly want a break), when the break countdown is up, I expect it to switch back to the work countdown and continue where it left off, WITHOUT changing the countdown time so that it starts at this new countdown time whenever a break is over...