feat(customization): Added possibility for custom favicons

This commit is contained in:
maartenheebink 2022-01-05 11:11:11 +01:00 committed by GitHub
commit 40af6593b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 6 deletions

View file

@ -12,6 +12,7 @@
public bool RecentlyAddedPage { get; set; }
public bool UseCustomPage { get; set; }
public bool HideAvailableFromDiscover { get; set; }
public string Favicon { get; set; }
public string AddToUrl(string part)
{