feature<Avatar>: add settings for avatar server

This commit is contained in:
leo 2021-04-01 12:47:01 +08:00
parent 6a9ee67524
commit 3dfe3ae252
6 changed files with 73 additions and 21 deletions

View file

@ -53,6 +53,10 @@ namespace SourceGit {
/// </summary>
public string Locale { get; set; } = "en_US";
/// <summary>
/// Base URL to get avatar
/// </summary>
public string AvatarServer { get; set; } = "https://www.gravatar.com/avatar";
/// <summary>
/// Main window width
/// </summary>
public double WindowWidth { get; set; }