diff --git a/src/Ombi.Settings/Settings/Models/CustomizationSettings.cs b/src/Ombi.Settings/Settings/Models/CustomizationSettings.cs index f367188a6..eef20573a 100644 --- a/src/Ombi.Settings/Settings/Models/CustomizationSettings.cs +++ b/src/Ombi.Settings/Settings/Models/CustomizationSettings.cs @@ -10,6 +10,9 @@ namespace Ombi.Settings.Settings.Models public string ApplicationName { get; set; } public string ApplicationUrl { get; set; } public string CustomCssLink { get; set; } + public bool EnableCustomDonations { get; set; } + public string CustomDonationUrl { get; set; } + public string CustomDonationMessage { get; set; } public string Logo { get; set; } public string PresetThemeName { get; set; } diff --git a/src/Ombi/ClientApp/app/app.component.html b/src/Ombi/ClientApp/app/app.component.html index 5364fe9a6..6a5ea4f52 100644 --- a/src/Ombi/ClientApp/app/app.component.html +++ b/src/Ombi/ClientApp/app/app.component.html @@ -52,6 +52,14 @@ {{ 'NavigationBar.Donate' | translate }} +
+ +