diff options
| author | Michael <[email protected]> | 2017-04-14 10:57:40 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-14 10:57:40 -0400 |
| commit | 4d3eb794b532a13a24107e54947022aed841d165 (patch) | |
| tree | cdbeb942fde2ad4d1d34683ceac6c1ef5f9c39f2 /ShiftOS.WinForms/Applications/Shifter.cs | |
| parent | fb481614fc2cd64357d60c4459adb5b65072bbce (diff) | |
| download | shiftos_thereturn-4d3eb794b532a13a24107e54947022aed841d165.tar.gz shiftos_thereturn-4d3eb794b532a13a24107e54947022aed841d165.tar.bz2 shiftos_thereturn-4d3eb794b532a13a24107e54947022aed841d165.zip | |
Make the Shifter greet the user.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shifter.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shifter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
