mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
rename<FileHistories>: rename Views.Histories to Views.FileHistories
This commit is contained in:
parent
1ad5ff1bd8
commit
2b9d07479d
8 changed files with 12 additions and 12 deletions
|
@ -11,7 +11,7 @@ using System.Windows.Controls;
|
|||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
|
||||
#if NET6_0_OR_GREATER
|
||||
#if NET6_0
|
||||
using System.Net.Http;
|
||||
#endif
|
||||
|
||||
|
@ -196,7 +196,7 @@ namespace SourceGit.Views.Controls {
|
|||
if (!requesting.ContainsKey(email)) return;
|
||||
|
||||
try {
|
||||
#if NET6_0_OR_GREATER
|
||||
#if NET6_0
|
||||
var req = new HttpClient().GetAsync(Models.Preference.Instance.General.AvatarServer + md5 + "?d=404");
|
||||
req.Wait();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue