From 463293214b08e49a9a0f0d9be33aea04aecdee98 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 23 Feb 2025 12:32:06 +0800 Subject: [PATCH] Revert "Remove useless * keywords" and do not let users change action keywords of Explorer --- Plugins/Flow.Launcher.Plugin.Explorer/plugin.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json b/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json index 89eaa657d..7b067f576 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Explorer/plugin.json @@ -2,8 +2,12 @@ "ID": "572be03c74c642baae319fc283e561a8", "ActionKeywords": [ "*", - "doc:" + "doc:", + "*", + "*", + "*" ], + "AllowModifyActionKeywords": false, "Name": "Explorer", "Description": "Find and manage files and folders via Windows Search or Everything", "Author": "Jeremy Wu",