aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Desktop.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-11-18 11:04:01 -0700
committerAShifter <[email protected]>2017-11-18 11:04:01 -0700
commitad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e (patch)
tree824e8a0fd15ef4bcf630b8bb43a86083de199f62 /ShiftOS.Main/ShiftOS/Desktop.cs
parentb4a8a646b1d0c67414a0e1eeedcf9442739fd990 (diff)
downloadshiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.tar.gz
shiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.tar.bz2
shiftos-rewind-ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e.zip
added WHOA support for skins
The game supports WHOA skins and should now build properly.
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Desktop.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs
index 4bf4805..9ca5270 100644
--- a/ShiftOS.Main/ShiftOS/Desktop.cs
+++ b/ShiftOS.Main/ShiftOS/Desktop.cs
@@ -72,5 +72,11 @@ namespace ShiftOS.Main.ShiftOS
var fs = new FileSkimmer();
ShiftWM.Init(fs, "File Skimmer", Resources.iconFileSkimmer);
}
- }
+
+ private void shifterToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ Apps.ShifterStuff.Shifter app = new Apps.ShifterStuff.Shifter();
+ ShiftWM.Init(app, "Shifter", null);
+ }
+ }
}