aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 11:20:02 -0500
committerMichael <[email protected]>2017-02-08 11:20:02 -0500
commit512a02ba88678cb7ddd65f32245135c8cf2ba1c3 (patch)
treec32cb4d429f01595bdbe8de00f030a21a0939425 /ShiftOS.WinForms/WinformsDesktop.cs
parent530d34e1aeb040c4330b1693e6cbb7e25cf49784 (diff)
downloadshiftos_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.cs2
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;