Skip to content

Commit

Permalink
fix:修复升级PowerToys v0.76.0后导致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
N0I0C0K committed Dec 5, 2023
1 parent 4b89a6a commit f08fa75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Translater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ public List<ContextMenuResult> LoadContextMenus(Result selectedResult)
return false;
},
Glyph = "\u2B1A",
PluginName="PowerTranslator",
FontFamily = "Segoe Fluent Icons,Segoe MDL2 Assets",
AcceleratorKey = System.Windows.Input.Key.Return,
AcceleratorModifiers = System.Windows.Input.ModifierKeys.Shift
},
Expand All @@ -348,6 +350,8 @@ public List<ContextMenuResult> LoadContextMenus(Result selectedResult)
return false;
},
Glyph = "\u23F5",
PluginName="PowerTranslator",
FontFamily = "Segoe Fluent Icons,Segoe MDL2 Assets",
AcceleratorKey = System.Windows.Input.Key.Return,
AcceleratorModifiers = System.Windows.Input.ModifierKeys.Control
}
Expand Down

0 comments on commit f08fa75

Please sign in to comment.