From 4d3eb794b532a13a24107e54947022aed841d165 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 14 Apr 2017 10:57:40 -0400 Subject: Make the Shifter greet the user. --- ShiftOS.WinForms/Applications/Shifter.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications/Shifter.cs') diff --git a/ShiftOS.WinForms/Applications/Shifter.cs b/ShiftOS.WinForms/Applications/Shifter.cs index e7ad768..e22956f 100644 --- a/ShiftOS.WinForms/Applications/Shifter.cs +++ b/ShiftOS.WinForms/Applications/Shifter.cs @@ -817,6 +817,7 @@ namespace ShiftOS.WinForms.Applications public void OnLoad() { + pnlintro.BringToFront(); } public void OnSkinLoad() -- cgit v1.2.3