Skip to content

Commit

Permalink
fix: mirage icon missing in welcome window (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angga Permana committed Feb 24, 2021
1 parent ea28070 commit 6c4dc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Style src="WelcomeWindow.uss" />
<ui:VisualElement name="Banner">
<ui:Label name="VersionText" text="Placeholder" />
<ui:Image name="Icon" style="background-image: resource('MirageIcon.png');" />
<ui:Image name="Icon" style="background-image: resource('MirageIcon');" />
</ui:VisualElement>
<ui:Label name="Title" text="Welcome to Mirage!" />
<ui:Box name="ColumnContainer">
Expand Down

0 comments on commit 6c4dc9e

Please sign in to comment.