mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update logic when content search is global
This commit is contained in:
parent
9557d7ea24
commit
596b5b803e
1 changed files with 2 additions and 5 deletions
|
|
@ -67,11 +67,8 @@ namespace Flow.Launcher.Plugin.Explorer.Views
|
|||
}
|
||||
|
||||
|
||||
if (CurrentActionKeyword is
|
||||
{
|
||||
Keyword: Query.GlobalPluginWildcardSign,
|
||||
KeywordProperty: Settings.ActionKeyword.FileContentSearchActionKeyword
|
||||
})
|
||||
if (CurrentActionKeyword.KeywordProperty == Settings.ActionKeyword.FileContentSearchActionKeyword
|
||||
&& ActionKeyword == Query.GlobalPluginWildcardSign)
|
||||
{
|
||||
MessageBox.Show(
|
||||
settingsViewModel.Context.API.GetTranslation("plugin_explorer_globalActionKeywordInvalid"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue