Override duration for onboarding OSD message

fixes a351dcc55
this is why you test changes even when you're sure they will compile
This commit is contained in:
James Groom 2023-09-26 23:52:52 +10:00 committed by GitHub
parent e0b44a5582
commit cf809ed5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ namespace BizHawk.Client.EmuHawk
if (Config.FirstBoot)
{
ProfileFirstBootLabel.Visible = true;
AddOnScreenMessage("Click the blue silhouette below for onboarding");
AddOnScreenMessage("Click the blue silhouette below for onboarding", duration: 30);
}
HandleToggleLightAndLink();