mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 22:25:00 +00:00
feature<Avatar>: add settings for avatar server
This commit is contained in:
parent
6a9ee67524
commit
3dfe3ae252
6 changed files with 73 additions and 21 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue