Skip to content

Commit

Permalink
Ensure correct icon is shown.
Browse files Browse the repository at this point in the history
  • Loading branch information
63BeetleSmurf committed Jul 22, 2024
1 parent 0509da5 commit 24b27a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pinny Notes/Pinny Notes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="Images\icon.ico" />
<Resource Include="Images\icon.ico" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Pinny Notes/Views/NoteWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
Activated="Window_Activated"
Deactivated="Window_Deactivated"
Opacity="{Binding Opacity}"
Icon="/Images/icon.ico"
>
<Window.Resources>
<Style x:Key="FadeOutButton" TargetType="{x:Type Button}">
Expand Down

0 comments on commit 24b27a5

Please sign in to comment.