diff options
| author | AShifter <[email protected]> | 2017-11-18 11:04:01 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-18 11:04:01 -0700 |
| commit | ad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e (patch) | |
| tree | 824e8a0fd15ef4bcf630b8bb43a86083de199f62 /ShiftOS.Main/ShiftOS/Desktop.cs | |
| parent | b4a8a646b1d0c67414a0e1eeedcf9442739fd990 (diff) | |
| download | shiftos-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.cs | 8 |
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); + } + } } |
