Skip to content

Commit

Permalink
Update MainWindowController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 5, 2024
1 parent 1f4f57c commit 6fcf170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6fcf170

Please sign in to comment.