kendallroth / my-days

Simple app that counts down/up to important days!
1 stars 0 forks source link

Cleanup start day if deleted #44

Closed kendallroth closed 1 year ago

kendallroth commented 1 year ago

Describe the bug When deleting the same day that is selected to open with the app, the store should remove the flag for trying to open it at launch. While it doesn't cause a crash since it checks if the day exists, the store would then technically be "corrupt" (with extra unmatching day specified).

To Reproduce Steps to reproduce the behavior:

  1. Mark a day as "Open on start"
  2. Delete the day
  3. Close and open the app
  4. Nothing happens, but it almost did...
kendallroth commented 1 year ago

Fixed in #45