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
When users upgrade to 1.3, the settings file does not include a parameter for which countdown mode to use, so the settings gets added and a new boolean initialized, meaning CountdownMode is set to false on upgraded installations, resulting in time of day being the default mode.
New users start with completely empty settings and therefore get the recommended default of ``true` for this setting.
The text was updated successfully, but these errors were encountered:
I'll probably also force migrate this to true for people coming from 1.3.0. Any users who intended this to be default in their setup will probably figure this out, but the vast majority is probably confused at the new behavior and either change this manually every time or reconfigured the settings. I expect the negative impact from this bug to be lessened for most people this way.
When users upgrade to
1.3
, the settings file does not include a parameter for which countdown mode to use, so the settings gets added and a new boolean initialized, meaningCountdownMode
is set tofalse
on upgraded installations, resulting in time of day being the default mode.New users start with completely empty settings and therefore get the recommended default of ``true` for this setting.
The text was updated successfully, but these errors were encountered: