Removing tiny icons
Prepping for improved folder views Fixing warnings
This commit is contained in:
parent
333ef89a9f
commit
0eec29e84d
43 changed files with 466 additions and 463 deletions
|
|
@ -58,7 +58,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
public long FileSize { get; private set; }
|
||||
|
||||
public string ID { get; set; }
|
||||
public string ID => agg_basics.GetLongHashCode(Url).ToString();
|
||||
|
||||
public bool IsLocked { get; internal set; }
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
try
|
||||
{
|
||||
// get the file contents;
|
||||
HttpRequestMessage downLoadUrl = new HttpRequestMessage(HttpMethod.Get, Url);
|
||||
var downLoadUrl = new HttpRequestMessage(HttpMethod.Get, Url);
|
||||
GitHubContainer.AddCromeHeaders(downLoadUrl);
|
||||
|
||||
using (var client = new HttpClient())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue