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/Applications/Shiftnet.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications') diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs index d89b55a..2425910 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.cs @@ -103,8 +103,6 @@ namespace ShiftOS.WinForms.Applications public void ShiftnetNavigate(string Url, bool pushHistory = true) { - - if (Url.EndsWith(".rnp") || !Url.Contains(".")) { if (!string.IsNullOrEmpty(CurrentUrl) && pushHistory) -- cgit v1.2.3