aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Shifter.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-22 12:23:28 -0400
committerMichaelTheShifter <[email protected]>2016-07-22 12:23:28 -0400
commitfe4121c5411f39b4ccf702700d7681184adb538f (patch)
tree270c7c8c9217b3a7ae4930f5e248ee529e1a0664 /source/WindowsFormsApplication1/Apps/Shifter.cs
parentb52090021ff0ae61db652e8a486cbff6732f5ec5 (diff)
downloadshiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.tar.gz
shiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.tar.bz2
shiftos-c--fe4121c5411f39b4ccf702700d7681184adb538f.zip
Shifter UI rewrite, fix shiftnet and spkg paths.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Shifter.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Shifter.cs5
1 files changed, 3 insertions, 2 deletions
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
};
}
- }
+ }*/
}
}