From b453978afc994eec4cd328f7b9348a1e263e097f Mon Sep 17 00:00:00 2001 From: RogueAI42 Date: Mon, 19 Jun 2017 17:03:51 +1000 Subject: 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 --- ShiftOS.WinForms/ShiftnetSites/MindBlow.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/ShiftnetSites') 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() -- cgit v1.2.3