mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add AutoCompleteText property for results
This commit is contained in:
parent
171eb2dd8b
commit
8a2edf274a
1 changed files with 3 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
Title = Localize.pluginStillInitializing(metadata.Name),
|
||||
SubTitle = Localize.pluginStillInitializingSubtitle(),
|
||||
AutoCompleteText = query.RawQuery,
|
||||
IcoPath = metadata.IcoPath,
|
||||
PluginDirectory = metadata.PluginDirectory,
|
||||
ActionKeywordAssigned = query.ActionKeyword,
|
||||
|
|
@ -443,6 +444,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
Title = Localize.pluginFailedToRespond(metadata.Name),
|
||||
SubTitle = Localize.pluginFailedToRespondSubtitle(),
|
||||
AutoCompleteText = query.RawQuery,
|
||||
IcoPath = Constant.ErrorIcon,
|
||||
PluginDirectory = metadata.PluginDirectory,
|
||||
ActionKeywordAssigned = query.ActionKeyword,
|
||||
|
|
@ -467,6 +469,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
Title = Localize.pluginStillInitializing(metadata.Name),
|
||||
SubTitle = Localize.pluginStillInitializingSubtitle(),
|
||||
AutoCompleteText = query.RawQuery,
|
||||
IcoPath = metadata.IcoPath,
|
||||
PluginDirectory = metadata.PluginDirectory,
|
||||
ActionKeywordAssigned = query.ActionKeyword,
|
||||
|
|
|
|||
Loading…
Reference in a new issue