diff options
| author | Michael <[email protected]> | 2017-05-23 19:07:25 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-23 19:07:25 -0400 |
| commit | 660c42a19c831b9768d7bb6845b22474459a311e (patch) | |
| tree | 134df56cf75f17747f694487e0272b38ac761de1 /ShiftOS.WinForms/Applications/TriPresent.cs | |
| parent | 6747c63e2c8c5a274846da7200c50a444b725d28 (diff) | |
| download | shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.gz shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.bz2 shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.zip | |
Disable TriPresent for Beta 2.5.
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriPresent.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TriPresent.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/TriPresent.cs b/ShiftOS.WinForms/Applications/TriPresent.cs index dee7fda..fc1d982 100644 --- a/ShiftOS.WinForms/Applications/TriPresent.cs +++ b/ShiftOS.WinForms/Applications/TriPresent.cs @@ -1,4 +1,6 @@ -using ShiftOS.Objects.ShiftFS; +#define BETA_2_5 + +using ShiftOS.Objects.ShiftFS; using System; using System.Collections.Generic; using System.ComponentModel; @@ -13,10 +15,12 @@ using System.Threading; namespace ShiftOS.WinForms.Applications { +#if !BETA_2_5 [WinOpen("tripresent")] [AppscapeEntry("TriPresent", "Part of the trilogy of office applications for enhancement of your system. TriPresent is easliy the best presentation creator out there for ShiftOS.", 2048, 1500, "file_skimmer", "Office")] [DefaultTitle("TriPresent")] [Launcher("TriPresent", false, null, "Office")] +#endif public partial class TriPresent : UserControl, IShiftOSWindow { public TriPresent() |
