mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +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()
|
||||
{
|
||||
if (!g_gta_data_service)
|
||||
if (!g_gta_data_service || !g.settings.onboarding_complete)
|
||||
return;
|
||||
|
||||
if (g_gta_data_service->cache_needs_update())
|
||||
|
Loading…
Reference in New Issue
Block a user