[Merge] develop -> feature/anticheat
This commit is contained in:
commit
342e19e87b
@ -138,8 +138,11 @@ namespace Components
|
|||||||
static bool showToast = true;
|
static bool showToast = true;
|
||||||
if (revisionNumber > REVISION && showToast)
|
if (revisionNumber > REVISION && showToast)
|
||||||
{
|
{
|
||||||
Toast::Show("cardicon_gears", "^4Update Available", "There is an update available for your client!", 5000);
|
|
||||||
showToast = false;
|
showToast = false;
|
||||||
|
Scheduler::OnReady([]()
|
||||||
|
{
|
||||||
|
Toast::Show("cardicon_gears", "^4Update Available", "There is an update available for your client!", 5000);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user