Skip to content

Commit 6a31868

Browse files
authored
Merge pull request #335 from taooceros/settingPanelIcon
Use app.ico as icon instead of app.png for setting window
2 parents f2b7367 + 13f7377 commit 6a31868

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
<Content Include="Images\*.svg">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</Content>
69+
<Content Include="Images\*.ico">
70+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
</Content>
6972
</ItemGroup>
7073

7174
<ItemGroup>

Flow.Launcher/Images/app.ico

114 KB
Binary file not shown.

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
1212
x:Class="Flow.Launcher.SettingWindow"
1313
mc:Ignorable="d"
14-
Icon="Images\app.png"
14+
Icon="Images\app.ico"
1515
Title="{DynamicResource flowlauncher_settings}"
1616
ResizeMode="NoResize"
1717
WindowStartupLocation="CenterScreen"

0 commit comments

Comments
 (0)