Disable lua hints

This commit is contained in:
2023-10-01 17:19:12 +02:00
parent bd52a67599
commit 88288fe1f5
+1 -1
View File
@@ -46,7 +46,7 @@ return {
checkThirdParty = false, checkThirdParty = false,
}, },
hint = { hint = {
enable = true, enable = false,
arrayIndex = "Disable", arrayIndex = "Disable",
await = true, await = true,
paramName = "All", paramName = "All",