Renamed theme tab to customisation tab. Added basic theme crud
This commit is contained in:
@@ -16,6 +16,6 @@ public class CreateThemeRequest
|
||||
|
||||
public string? UpdateUrl { get; set; }
|
||||
public string? DonateUrl { get; set; }
|
||||
|
||||
public ApplicationTheme Content { get; set; }
|
||||
|
||||
public ApplicationTheme Content { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user