From 6fcf170b78ed5ad1e87efad8be0baec0e0ea7884 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Thu, 4 Jan 2024 20:41:14 -0500 Subject: [PATCH] Update MainWindowController.cs --- NickvisionMoney.Shared/Controllers/MainWindowController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NickvisionMoney.Shared/Controllers/MainWindowController.cs b/NickvisionMoney.Shared/Controllers/MainWindowController.cs index 11b75ced..b7a752c2 100644 --- a/NickvisionMoney.Shared/Controllers/MainWindowController.cs +++ b/NickvisionMoney.Shared/Controllers/MainWindowController.cs @@ -97,6 +97,7 @@ public MainWindowController(string[] args) AppInfo.Designers[_("Nicholas Logozzo")] = new Uri("https://github.com/nlogozzo"); AppInfo.Designers[_("Fyodor Sobolev")] = new Uri("https://github.com/fsobolev"); AppInfo.Designers[_("DaPigGuy")] = new Uri("https://github.com/DaPigGuy"); + AppInfo.Designers[_("JoseBritto")] = new Uri("https://github.com/JoseBritto"); AppInfo.Artists[_("David Lapshin")] = new Uri("https://github.com/daudix-UFO"); AppInfo.Artists[_("Tobias Bernard")] = new Uri("https://github.com/bertob"); AppInfo.TranslatorCredits = _("translator-credits");