Skip to content

Commit cf056a9

Browse files
committed
Filename as title for result
1 parent 8c50d13 commit cf056a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ internal List<Result> InstallFromWeb(string url)
315315
};
316316
var result = new Result
317317
{
318-
Title = $"{url}",
318+
Title = fileName,
319319
SubTitle = $"Download and Install from URL",
320320
IcoPath = icoPath,
321321
Action = e =>

0 commit comments

Comments
 (0)