mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix formatting
This commit is contained in:
parent
baf75c4985
commit
13f737740e
2 changed files with 3 additions and 4 deletions
|
|
@ -66,9 +66,9 @@
|
||||||
<Content Include="Images\*.svg">
|
<Content Include="Images\*.svg">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Images\*.ico">
|
<Content Include="Images\*.ico">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
Height="600" Width="800"
|
Height="600" Width="800"
|
||||||
Closed="OnClosed"
|
Closed="OnClosed"
|
||||||
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
|
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
|
||||||
|
|
||||||
<Window.InputBindings>
|
<Window.InputBindings>
|
||||||
<KeyBinding Key="Escape" Command="Close"/>
|
<KeyBinding Key="Escape" Command="Close"/>
|
||||||
</Window.InputBindings>
|
</Window.InputBindings>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue