aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Shifter.cs
diff options
context:
space:
mode:
authorcarverh <[email protected]>2016-07-22 10:01:24 -0700
committerGitHub <[email protected]>2016-07-22 10:01:24 -0700
commite25a0a70669253e4a4553a6d7876bc8528a99412 (patch)
tree270c7c8c9217b3a7ae4930f5e248ee529e1a0664 /source/WindowsFormsApplication1/Apps/Shifter.cs
parentb52090021ff0ae61db652e8a486cbff6732f5ec5 (diff)
parentfe4121c5411f39b4ccf702700d7681184adb538f (diff)
downloadshiftos-c-_theultimatehacker-shiftui_integration.tar.gz
shiftos-c-_theultimatehacker-shiftui_integration.tar.bz2
shiftos-c-_theultimatehacker-shiftui_integration.zip
Merge pull request #2 from MichaelTheShifter/shiftui_integrationshiftui_integration
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
};
}
- }
+ }*/
}
}