From 6ec33db50e7bc6fec3f34267ddddadfb292c3f6c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 23 Oct 2019 16:19:22 +1100 Subject: [PATCH] Set HelloWorldCSharp plugin as disabled by default --- Plugins/HelloWorldCSharp/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/HelloWorldCSharp/plugin.json b/Plugins/HelloWorldCSharp/plugin.json index c50928684e..b7edbd6a9a 100644 --- a/Plugins/HelloWorldCSharp/plugin.json +++ b/Plugins/HelloWorldCSharp/plugin.json @@ -8,5 +8,6 @@ "Language":"csharp", "Website":"https://github.com/Wox-launcher/Wox", "ExecuteFileName":"HelloWorldCSharp.dll", - "IcoPath":"app.png" + "IcoPath":"app.png", + "Disabled": true } \ No newline at end of file