Browse Source

Fix comment which is correct as "default theme"

Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/8653/head
robloo 4 years ago
committed by GitHub
parent
commit
7274083cd1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs

2
src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs

@ -327,7 +327,7 @@ namespace Avalonia.Build.Tasks
// TODO: Throw an error
// This usually happens when the same XAML resource was added twice for some weird reason
// We currently support it for dual-named simple theme resources
// We currently support it for dual-named default theme resources
if (op != null
&& op.Name == TrampolineName)
{

Loading…
Cancel
Save