New: Native Theme Engine

This commit is contained in:
Qstick
2021-11-20 17:15:30 -06:00
parent beabd10f06
commit 8d39d5c6bb
10 changed files with 297 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ namespace Prowlarr.Http.Frontend
builder.AppendLine($" release: '{BuildInfo.Release}',");
builder.AppendLine($" version: '{BuildInfo.Version.ToString()}',");
builder.AppendLine($" instanceName: '{_configFileProvider.InstanceName.ToString()}',");
builder.AppendLine($" theme: '{_configFileProvider.Theme.ToString()}',");
builder.AppendLine($" branch: '{_configFileProvider.Branch.ToLower()}',");
builder.AppendLine($" analytics: {_analyticsService.IsEnabled.ToString().ToLowerInvariant()},");
builder.AppendLine($" userHash: '{HashUtil.AnonymousToken()}',");