diff --git a/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj b/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj
index 7876e40..e5e5bd0 100644
--- a/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj
+++ b/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj
@@ -5,7 +5,7 @@
enable
true
true
- x64;ARM64;ARM64
+ x64;ARM64
false
false
diff --git a/Community.PowerToys.Run.Plugin.VisualStudio/Main.cs b/Community.PowerToys.Run.Plugin.VisualStudio/Main.cs
index af19bf8..e46c5d3 100644
--- a/Community.PowerToys.Run.Plugin.VisualStudio/Main.cs
+++ b/Community.PowerToys.Run.Plugin.VisualStudio/Main.cs
@@ -87,7 +87,7 @@ public List 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 = _ =>
@@ -100,7 +100,7 @@ public List 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 = _ =>
diff --git a/Directory.Build.props b/Directory.Build.props
index d6c60a6..7f0b551 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- 0.0.4
+ 0.0.5