From 0d152f5ee7478a92e5f7986caf75fed059001380 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 1 Dec 2021 20:21:26 +1100 Subject: [PATCH] change default action keyword to global --- Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json index 30105bbe3..3180e4c4b 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json @@ -1,6 +1,6 @@ { "ID": "5043CECEE6A748679CBE02D27D83747A", - "ActionKeyword": "$", + "ActionKeyword": "*", "Description": "Windows Settings Query Functionality", "Name": "Windows Settings", "Author": "TobiasSekan",