diff options
| author | Michael <[email protected]> | 2017-04-09 20:46:56 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-09 20:46:56 -0400 |
| commit | a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb (patch) | |
| tree | 7b059e43bfd7d76cd1774dc954de8799d5647a0a /ShiftOS.WinForms/Applications/Downloader.cs | |
| parent | ef64da6c1b814e7888ff0fc8753095f184bfc471 (diff) | |
| download | shiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.tar.gz shiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.tar.bz2 shiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.zip | |
finish the smiley's first story
Diffstat (limited to 'ShiftOS.WinForms/Applications/Downloader.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Downloader.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Downloader.cs b/ShiftOS.WinForms/Applications/Downloader.cs index 1f240bf..b3d2cea 100644 --- a/ShiftOS.WinForms/Applications/Downloader.cs +++ b/ShiftOS.WinForms/Applications/Downloader.cs @@ -42,8 +42,11 @@ using System.IO.Compression; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("Downloader", false, null, "Networking")] + [Launcher("Downloader", true, "al_downloader", "Networking")] [DefaultIcon("iconDownloader")] + [WinOpen("downloader")] + [DefaultTitle("Downloader")] + [RequiresUpgrade("downloader")] public partial class Downloader : UserControl, IShiftOSWindow { public Downloader() |
