fix(player-db): restore old on-demand thread creation behavior. (#2167)

Fixes #2160
This commit is contained in:
Quentin
2023-09-21 20:08:23 +02:00
committed by GitHub
parent 639d776267
commit 92b6df7653
2 changed files with 29 additions and 14 deletions

View File

@ -300,6 +300,7 @@ namespace big
{
if (components::command_checkbox<"player_db_auto_update_states">("Enable"))
g_player_database_service->start_update_loop();
ImGui::Checkbox("Notify When Online", &g.player_db.notify_when_online);
ImGui::Checkbox("Notify When Joinable", &g.player_db.notify_when_joinable);
ImGui::Checkbox("Notify When Unjoinable", &g.player_db.notify_when_unjoinable);