Hints notification random weighted order with saving used hints to cache/hints.cereal

This commit is contained in:
David Kocik 2021-08-24 16:48:05 +02:00
parent d3f11a6ab7
commit cfcfbc38d2
3 changed files with 180 additions and 68 deletions

View file

@ -167,9 +167,6 @@ void AppConfig::set_defaults()
if (get("show_splash_screen").empty())
set("show_splash_screen", "1");
if (get("last_hint").empty())
set("last_hint", "0");
if (get("show_hints").empty())
set("show_hints", "1");