fix(player-db): restore old on-demand thread creation behavior. (#2167)
Fixes #2160
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user