aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/MainMenu/MainMenu.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-06-18 18:30:28 -0700
committerwilliam341 <[email protected]>2017-06-18 18:30:28 -0700
commitd497555bda7ca99925b96ae0f47ca1bf49a475b3 (patch)
tree207ce8214522b3e596516d96b2fc638c1fec61b8 /ShiftOS.WinForms/MainMenu/MainMenu.cs
parente7d23cc119a581e49e05ccb46b0e02452aa8678f (diff)
downloadshiftos_thereturn-d497555bda7ca99925b96ae0f47ca1bf49a475b3.tar.gz
shiftos_thereturn-d497555bda7ca99925b96ae0f47ca1bf49a475b3.tar.bz2
shiftos_thereturn-d497555bda7ca99925b96ae0f47ca1bf49a475b3.zip
Revert "shiftoes easter egg"
This reverts commit e7d23cc119a581e49e05ccb46b0e02452aa8678f.
Diffstat (limited to 'ShiftOS.WinForms/MainMenu/MainMenu.cs')
-rw-r--r--ShiftOS.WinForms/MainMenu/MainMenu.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/ShiftOS.WinForms/MainMenu/MainMenu.cs b/ShiftOS.WinForms/MainMenu/MainMenu.cs
index 043de0f..f6bc833 100644
--- a/ShiftOS.WinForms/MainMenu/MainMenu.cs
+++ b/ShiftOS.WinForms/MainMenu/MainMenu.cs
@@ -110,14 +110,6 @@ namespace ShiftOS.WinForms.MainMenu
currentMenu = flmenu;
CategoryText = Localization.Parse("{MAINMENU_TITLE}");
- //ShiftOeS easter egg
- Random rnd = new Random();
- int RandomNum = rnd.Next(1,100);
- if (RandomNum == 42) //if we find the answer to life, universe and everything than set the logo to shiftoes
- {
- shiftos.Image = Properties.Resources.shiftoes;
- }
-
}
private Random rnd = new Random();