diff options
| author | Michael <[email protected]> | 2017-02-08 11:20:02 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 11:20:02 -0500 |
| commit | 512a02ba88678cb7ddd65f32245135c8cf2ba1c3 (patch) | |
| tree | c32cb4d429f01595bdbe8de00f030a21a0939425 /ShiftOS.WinForms/WinformsDesktop.cs | |
| parent | 530d34e1aeb040c4330b1693e6cbb7e25cf49784 (diff) | |
| download | shiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.tar.gz shiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.tar.bz2 shiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.zip | |
Mind my language...
We finally fixed the god damn fucking fuckity fucking Tutorial bug.
Finally, for fucks sake.
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
| -rw-r--r-- | ShiftOS.WinForms/WinformsDesktop.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index 0e20da8..63cdcfa 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -99,7 +99,7 @@ namespace ShiftOS.WinForms }; time.Tick += (o, a) => { - if (SaveSystem.CurrentSave != null) + if (SaveSystem.CurrentSave != null && TutorialManager.IsInTutorial == false) { lbtime.Text = Applications.Terminal.GetTime(); lbtime.Left = desktoppanel.Width - lbtime.Width - LoadedSkin.DesktopPanelClockFromRight.X; |
