Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit ec86719

Browse files
committed
[Images] Add 'Settings' image.
1 parent 3e7c915 commit ec86719

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
5.75 KB
Loading

YouTube Downloader/Themes/Images.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<BitmapImage x:Key="NoEntry" UriSource="/Images/No Entry.png"/>
77
<BitmapImage x:Key="Pause" UriSource="/Images/Pause.png"/>
88
<BitmapImage x:Key="Play" UriSource="/Images/Play.png"/>
9+
<BitmapImage x:Key="Settings" UriSource="/Images/Settings.png"/>
910
<BitmapImage x:Key="SpinnerFrame1" UriSource="/Images/Spinner Frame 1.png"/>
1011
<BitmapImage x:Key="SpinnerFrame2" UriSource="/Images/Spinner Frame 2.png"/>
1112
<BitmapImage x:Key="SpinnerFrame3" UriSource="/Images/Spinner Frame 3.png"/>

YouTube Downloader/YouTube Downloader.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@
362362
<ItemGroup>
363363
<Resource Include="Images\No Entry.png" />
364364
</ItemGroup>
365+
<ItemGroup>
366+
<Resource Include="Images\Settings.png" />
367+
</ItemGroup>
365368
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
366369
<Import Project="..\packages\Fody.3.0.3\build\Fody.targets" Condition="Exists('..\packages\Fody.3.0.3\build\Fody.targets')" />
367370
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

0 commit comments

Comments
 (0)