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
Looking at the source code of Timer.js and View.js, both storage modules create a LocalStore object where the data is read from a JSON configuration file on disk. Since those objects are independent, changing options from both tabs will loose any changes from the tab that was edited first. E.g. first I change the work timer to 20min, and then I disable desktop notifications. After restarting the app, the work timer change is lost.
The text was updated successfully, but these errors were encountered:
Looking at the source code of Timer.js and View.js, both storage modules create a
LocalStore
object where the data is read from a JSON configuration file on disk. Since those objects are independent, changing options from both tabs will loose any changes from the tab that was edited first. E.g. first I change the work timer to 20min, and then I disable desktop notifications. After restarting the app, the work timer change is lost.The text was updated successfully, but these errors were encountered: