doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

#74: Fixed a bug where the "add note" dialog did not appear at switching #77

Closed PhiGegner closed 3 years ago

PhiGegner commented 4 years ago

project after autosave. The issue showed up because the autosave set the note to the EMPTY_NOTE constant. When switching the current project it was only checked whether the note is empty. Now autosave leaves the note as an empty string and the EMPTY_NOTE constant is only used for better visualization in the ProjectReport View but not for storage.