From a351dcc55795ed6df8f62f6fb16f4be031fb27c3 Mon Sep 17 00:00:00 2001 From: James Groom Date: Tue, 5 Sep 2023 05:47:03 +1000 Subject: [PATCH] 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. --- src/BizHawk.Client.EmuHawk/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Client.EmuHawk/MainForm.cs b/src/BizHawk.Client.EmuHawk/MainForm.cs index f6b1ddeabb..79b8523054 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.cs @@ -168,6 +168,7 @@ namespace BizHawk.Client.EmuHawk if (Config.FirstBoot) { ProfileFirstBootLabel.Visible = true; + AddOnScreenMessage("Click the blue silhouette below for onboarding"); } HandleToggleLightAndLink();