Skip to content

Commit

Permalink
use segoe fluent icons and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Oct 7, 2023
1 parent 1c2ffe8 commit 4f363d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Platforms>x64;ARM64;ARM64</Platforms>
<Platforms>x64;ARM64</Platforms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Community.PowerToys.Run.Plugin.VisualStudio/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public List<ContextMenuResult> LoadContextMenus(Result selectedResult)
{
Title = "Run as administrator (Ctrl+Shift+Enter)",
Glyph = "\xE7EF",
FontFamily = "Segoe MDL2 Assets",
FontFamily = "Segoe Fluent Icons,Segoe MDL2 Assets",
AcceleratorKey = Key.Enter,
AcceleratorModifiers = ModifierKeys.Control | ModifierKeys.Shift,
Action = _ =>
Expand All @@ -100,7 +100,7 @@ public List<ContextMenuResult> LoadContextMenus(Result selectedResult)
{
Title = "Open containing folder (Ctrl+Shift+E)",
Glyph = "\xE838",
FontFamily = "Segoe MDL2 Assets",
FontFamily = "Segoe Fluent Icons,Segoe MDL2 Assets",
AcceleratorKey = Key.E,
AcceleratorModifiers = ModifierKeys.Control | ModifierKeys.Shift,
Action = _ =>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.4</Version>
<Version>0.0.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f363d4

Please # to comment.