Skip to content

Commit

Permalink
fix(dotnetnew): Remove temprary workaround in Skia template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 9, 2020
1 parent 532aae9 commit 738c5de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ static void Main(string[] args)
expArgs.ExitApplication = true;
};

Windows.ApplicationModel.Resources.ResourceLoader.GetStringInternal = s => null;

var host = new GtkHost(() => new App(), args);

host.Run();
Expand Down

0 comments on commit 738c5de

Please sign in to comment.