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:
James Groom 2023-09-05 05:47:03 +10:00 committed by GitHub
parent e9b7ec8fc4
commit a351dcc557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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