show custom logos in reports and add a banner for credit instead.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-11 20:35:09 -07:00
parent 30c03af5b0
commit 87fe011565
19 changed files with 91 additions and 54 deletions

View File

@@ -19,6 +19,7 @@ namespace CarCareTracker.Helper
public static string SponsorsPath = "https://hargata.github.io/hargata/sponsors.json";
public static string TranslationPath = "https://hargata.github.io/lubelog_translations";
public static string TranslationDirectoryPath = $"{TranslationPath}/directory.json";
public const string ReportNote = "Report generated by LubeLogger, a Free and Open Source Vehicle Maintenance Tracker - LubeLogger.com";
public static string GetTitleCaseReminderUrgency(ReminderUrgency input)
{
switch (input)