Make the onboarding flow impossible to miss
This should motivate widening the scope of profiles, and may also inspire additional features for onboarding such as paths/firmware, screen layout, or keybinds.
This commit is contained in:
parent
e9b7ec8fc4
commit
a351dcc557
|
@ -168,6 +168,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
if (Config.FirstBoot)
|
if (Config.FirstBoot)
|
||||||
{
|
{
|
||||||
ProfileFirstBootLabel.Visible = true;
|
ProfileFirstBootLabel.Visible = true;
|
||||||
|
AddOnScreenMessage("Click the blue silhouette below for onboarding");
|
||||||
}
|
}
|
||||||
|
|
||||||
HandleToggleLightAndLink();
|
HandleToggleLightAndLink();
|
||||||
|
|
Loading…
Reference in New Issue