From 2c445b3cbb4e26a42677805de321396342dec9cd Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Fri, 7 Jun 2024 12:30:45 +0600 Subject: [PATCH] Explorer plugin native context menu: remove unnecessary string interpolation --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 47521cdab..519ff991b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin.Explorer { contextMenus.Add(new Result { - Title = $"{menuItem.Label}", + Title = menuItem.Label, Icon = () => menuItem.Icon, Action = _ => {