Skip to content

Commit

Permalink
Mejoras a icono de aplicación
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenioAvila committed May 22, 2018
1 parent cc3ad64 commit 72cd4a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed TorrentZilla/Images/favicon.ico
Binary file not shown.
Binary file added TorrentZilla/Images/skull.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion TorrentZilla/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
WindowState="Maximized"
Title="Página Inicial TorrentZilla" Icon="Images/favicon.ico">
Title="Página Inicial TorrentZilla" Icon="Images/skull.ico">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="100*"></ColumnDefinition>
Expand Down
2 changes: 1 addition & 1 deletion TorrentZilla/TorrentZilla.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
</PublishFile>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\favicon.ico" />
<Resource Include="Images\skull.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 72cd4a3

Please sign in to comment.