From 4c048779ce446457f51895f8caca13bdb81e5830 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Feb 2017 11:54:33 -0500 Subject: Fix downloader UI It now shoes the icon of the file it's downloading... and I just misspelled 'shows' as 'shoes' and don't feel like correcting it. --- ShiftOS.WinForms/Program.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS.WinForms/Program.cs') diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index ad6c772..0ed5b02 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -159,5 +159,9 @@ namespace ShiftOS.WinForms } + public Image GetImage(string path) + { + return Applications.FileSkimmer.GetImage(FileSkimmerBackend.GetFileType(path)); + } } } -- cgit v1.2.3