You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new version 1.6, we can choose different sound alerts. However, when we open a new timer, the sound alert number one is selected by default. I would like Timer to keep my last choice for the next time.
In addition, for those who don't want any sound, this is also a good way (see request #19 ).
The text was updated successfully, but these errors were encountered:
BTW @simongroenewolt if you're up for working on this, it's just a few lines of code — when the user changes the sound, you set that sound number to a key in UserDefaults; then when a new timer is created, you read it back out from UserDefaults instead of always choosing the first sound. (The UserDefaults framework does all the hard work of persisting to disk between sessions etc.)
With the new version 1.6, we can choose different sound alerts. However, when we open a new timer, the sound alert number one is selected by default. I would like Timer to keep my last choice for the next time.
In addition, for those who don't want any sound, this is also a good way (see request #19 ).
The text was updated successfully, but these errors were encountered: