mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Explorer plugin native context menu: remove unnecessary string interpolation
This commit is contained in:
parent
0706c5ec8b
commit
2c445b3cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
{
|
||||
contextMenus.Add(new Result
|
||||
{
|
||||
Title = $"{menuItem.Label}",
|
||||
Title = menuItem.Label,
|
||||
Icon = () => menuItem.Icon,
|
||||
Action = _ =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue