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.
1 parent baf75c4 commit 13f7377Copy full SHA for 13f7377
Flow.Launcher/Flow.Launcher.csproj
@@ -66,9 +66,9 @@
66
<Content Include="Images\*.svg">
67
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68
</Content>
69
- <Content Include="Images\*.ico">
70
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71
- </Content>
+ <Content Include="Images\*.ico">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
72
</ItemGroup>
73
74
<ItemGroup>
Flow.Launcher/SettingWindow.xaml
@@ -18,7 +18,6 @@
18
Height="600" Width="800"
19
Closed="OnClosed"
20
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
21
-
22
<Window.InputBindings>
23
<KeyBinding Key="Escape" Command="Close"/>
24
</Window.InputBindings>
0 commit comments