aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftnetSites
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-06-19 17:03:51 +1000
committerRogueAI42 <[email protected]>2017-06-19 17:03:51 +1000
commitb453978afc994eec4cd328f7b9348a1e263e097f (patch)
tree583536eac945c1c9cff4a587a2cb13780227809a /ShiftOS.WinForms/ShiftnetSites
parent45c587b3a656135fec9c91566fa5f817ddfc600e (diff)
downloadshiftos_thereturn-b453978afc994eec4cd328f7b9348a1e263e097f.tar.gz
shiftos_thereturn-b453978afc994eec4cd328f7b9348a1e263e097f.tar.bz2
shiftos_thereturn-b453978afc994eec4cd328f7b9348a1e263e097f.zip
MindBlow tweaks
* MindBlow now lets you reset memory before you start a new program, and kill one that is still executing * The MindBlow site now uses the correct button theme
Diffstat (limited to 'ShiftOS.WinForms/ShiftnetSites')
-rw-r--r--ShiftOS.WinForms/ShiftnetSites/MindBlow.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftnetSites/MindBlow.cs b/ShiftOS.WinForms/ShiftnetSites/MindBlow.cs
index e5d035d..eec6115 100644
--- a/ShiftOS.WinForms/ShiftnetSites/MindBlow.cs
+++ b/ShiftOS.WinForms/ShiftnetSites/MindBlow.cs
@@ -65,6 +65,7 @@ namespace ShiftOS.WinForms.ShiftnetSites
public void OnSkinLoad()
{
+ Tools.ControlManager.SetupControls(this);
}
public void OnUpgrade()