From 3869e35a801e1ea4c417cd2574b3711159612d50 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 23 Aug 2021 19:56:06 +0200 Subject: [PATCH] improv(web): Use high priority --- plugins/src/web/plugin.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/src/web/plugin.ron b/plugins/src/web/plugin.ron index 8dcfd7e..9836f24 100644 --- a/plugins/src/web/plugin.ron +++ b/plugins/src/web/plugin.ron @@ -1,7 +1,7 @@ ( name: "Web Search", description: "Site-specific web search", - query: (help: "ddg "), + query: (help: "ddg ", priority: High), bin: (path: "web"), icon: Name("system-search"), ) \ No newline at end of file