diff options
| author | Michael <[email protected]> | 2017-02-08 08:46:26 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 08:46:33 -0500 |
| commit | 982c575f9adaf4c12ef3911033d44e0e78d138f8 (patch) | |
| tree | 361cd1e2e3e639c4e6ba26a8abf82d655480f9ac /ShiftOS.WinForms/Applications/Downloader.cs | |
| parent | a2219a0441a745dad254e0b1dec7210b35a18601 (diff) | |
| download | shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.gz shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.bz2 shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.zip | |
More icons.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Downloader.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Downloader.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Downloader.cs b/ShiftOS.WinForms/Applications/Downloader.cs index 1968660..dfa2425 100644 --- a/ShiftOS.WinForms/Applications/Downloader.cs +++ b/ShiftOS.WinForms/Applications/Downloader.cs @@ -16,6 +16,7 @@ using ShiftOS.WinForms.Tools; namespace ShiftOS.WinForms.Applications { [Launcher("Downloader", false, null, "Networking")] + [DefaultIcon("iconDownloader")] public partial class Downloader : UserControl, IShiftOSWindow { public Downloader() |
