Set HelloWorldCSharp plugin as disabled by default

This commit is contained in:
Jeremy Wu
2019-10-23 16:19:22 +11:00
parent aa4922840b
commit 6ec33db50e

View File

@@ -8,5 +8,6 @@
"Language":"csharp",
"Website":"https://github.com/Wox-launcher/Wox",
"ExecuteFileName":"HelloWorldCSharp.dll",
"IcoPath":"app.png"
"IcoPath":"app.png",
"Disabled": true
}