aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Desktop.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-11-18 11:04:51 -0700
committerGitHub <[email protected]>2017-11-18 11:04:51 -0700
commit55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8 (patch)
tree824e8a0fd15ef4bcf630b8bb43a86083de199f62 /ShiftOS.Main/ShiftOS/Desktop.cs
parentcc734557de877186c5f5eb1e59efdcb785ac37a8 (diff)
parentad5f166619c4f7a81bb708aea6cf5b5e9ab11a1e (diff)
downloadshiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.tar.gz
shiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.tar.bz2
shiftos-rewind-55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8.zip
Merge pull request #16 from AShifter/master
Master
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);
+ }
+ }
}