fix(Onboarding): not showing up when cache needs to generate (#2916)
Fixes #2910
This commit is contained in:
parent
075f30fc7b
commit
9870a8d37c
@ -7,7 +7,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
void view::gta_data()
|
void view::gta_data()
|
||||||
{
|
{
|
||||||
if (!g_gta_data_service)
|
if (!g_gta_data_service || !g.settings.onboarding_complete)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (g_gta_data_service->cache_needs_update())
|
if (g_gta_data_service->cache_needs_update())
|
||||||
|
Reference in New Issue
Block a user