Fix tip of the day setting not being saved

This commit is contained in:
2014-04-14 01:32:15 -04:00
parent a641fdefc1
commit a76755d961

View File

@@ -1614,7 +1614,7 @@ void tip_of_day()
showAtStart.setState(give_intro_hint ? led_red : led_off); showAtStart.setState(give_intro_hint ? led_red : led_off);
tips.run(); tips.run();
give_intro_hint = showAtStart.getState(); give_intro_hint = showAtStart.getState() != led_off;
save_prefs(); save_prefs();
} }