fix(Onboarding): not showing up when cache needs to generate (#2916)

Fixes #2910
This commit is contained in:
Andreas Maerten 2024-04-05 14:16:58 +02:00 committed by GitHub
parent 075f30fc7b
commit 9870a8d37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ namespace big
{
void view::gta_data()
{
if (!g_gta_data_service)
if (!g_gta_data_service || !g.settings.onboarding_complete)
return;
if (g_gta_data_service->cache_needs_update())