We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2b7367 + 13f7377 commit 6a31868Copy full SHA for 6a31868
Flow.Launcher/Flow.Launcher.csproj
@@ -66,6 +66,9 @@
66
<Content Include="Images\*.svg">
67
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68
</Content>
69
+ <Content Include="Images\*.ico">
70
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71
+ </Content>
72
</ItemGroup>
73
74
<ItemGroup>
Flow.Launcher/Images/app.ico
114 KB
Flow.Launcher/SettingWindow.xaml
@@ -11,7 +11,7 @@
11
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
12
x:Class="Flow.Launcher.SettingWindow"
13
mc:Ignorable="d"
14
- Icon="Images\app.png"
+ Icon="Images\app.ico"
15
Title="{DynamicResource flowlauncher_settings}"
16
ResizeMode="NoResize"
17
WindowStartupLocation="CenterScreen"
0 commit comments