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:
parent
e0b44a5582
commit
cf809ed5aa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue