lakoliu / Furtherance

Track your time without being tracked
GNU General Public License v3.0
258 stars 23 forks source link

Right click deleting task #14

Closed mo8it closed 2 years ago

mo8it commented 2 years ago

Related to https://github.com/lakoliu/Furtherance/issues/13

When starting a new timer and not stopping it, right clicking on a recent task adds the time spent to this recent task which is described in the other issue.

But this issue is about the new task being deleted.

Reproduce:

Expected: On right click on Task1, Task2 should stop, add the time spent to Task2 and Task2 should be added with this time to recent tasks. Then Task1 should start.

lakoliu commented 2 years ago

Much appreciated; this will be fixed with Issue #13.

lakoliu commented 2 years ago

With commit 3481463 I made it so it is no longer possible to right-click a task to "duplicate" it. The timer has to be stopped. This is not exactly your "expected behavior", however for now I believe it is the best way to resolve this. I may consider changing the behavior in the future.