mindfulnotifier icon indicating copy to clipboard operation
mindfulnotifier copied to clipboard

maxium and minium input for random reminder is not saving the changes

Open pepedelosbosques opened this issue 3 years ago • 3 comments

No changes are saved after changing maxium or minium.

Minium is always 45 and maxium is always 60

pepedelosbosques avatar Jun 23 '21 14:06 pepedelosbosques

Please check that you are actually hitting the form 'enter' button. That is what is submitting the value. i.e. if you use the back button to exit out of the settings then the value is not applied.

kmac avatar Jun 24 '21 01:06 kmac

Ok, this is true. If I hit enter, the values change.

Thanks

On June 23, 2021 10:47:35 PM GMT-03:00, Kyle MacLeod @.***> wrote:

Please check that you are actually hitting the form 'enter' button. That is what is submitting the value. i.e. if you use the back button to exit out of the settings then the value is not applied.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/kmac/mindfulnotifier/issues/34#issuecomment-867269466

pepedelosbosques avatar Jun 24 '21 05:06 pepedelosbosques

I'm going to leave this open. I could probably set a dirty flag when the value changes and then catch the back button on close here in order to avoid this behaviour. Not sure when I'll get to it though.

kmac avatar Jun 26 '21 18:06 kmac