mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(Onboarding): not showing up when cache needs to generate (#2916)
Fixes #2910
This commit is contained in:
parent
a42286b543
commit
56a94a96c7
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user