From fe4121c5411f39b4ccf702700d7681184adb538f Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Fri, 22 Jul 2016 12:23:28 -0400 Subject: Shifter UI rewrite, fix shiftnet and spkg paths. --- source/WindowsFormsApplication1/Apps/Shifter.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.cs') diff --git a/source/WindowsFormsApplication1/Apps/Shifter.cs b/source/WindowsFormsApplication1/Apps/Shifter.cs index 2130b4b..68125db 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.cs @@ -19,6 +19,7 @@ namespace ShiftOS InitializeComponent(); } + /* public Skinning.Skin CustomizingSkin = null; public Skinning.Images CustomizingImages = null; private bool EarnCP = false; @@ -1442,7 +1443,7 @@ namespace ShiftOS HideAll(); pnlmenuoptions.Show(); pnlmenuoptions.BringToFront(); - SetPreviewSkin(true);*/ + SetPreviewSkin(true); } private void Button2_Click(object sender, EventArgs e) @@ -3088,6 +3089,6 @@ You can add options in the Lua interpreter using the shifter_add_category(string }; } - } + }*/ } } -- cgit v1.2.3