mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Filename as title for result
This commit is contained in:
parent
8c50d13aa5
commit
cf056a92c0
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
};
|
||||
var result = new Result
|
||||
{
|
||||
Title = $"{url}",
|
||||
Title = fileName,
|
||||
SubTitle = $"Download and Install from URL",
|
||||
IcoPath = icoPath,
|
||||
Action = e =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue