Explorer plugin native context menu: remove unnecessary string interpolation

This commit is contained in:
Yusyuriv 2024-06-07 12:30:45 +06:00
parent 0706c5ec8b
commit 2c445b3cbb
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin.Explorer
{ {
contextMenus.Add(new Result contextMenus.Add(new Result
{ {
Title = $"{menuItem.Label}", Title = menuItem.Label,
Icon = () => menuItem.Icon, Icon = () => menuItem.Icon,
Action = _ => Action = _ =>
{ {