[v2] Rename noautoinjectbindings -> noautoinjectipc

This commit is contained in:
Lea Anthony
2021-10-04 16:53:27 +11:00
parent a59d01ddb9
commit b15d98b555
5 changed files with 16 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ The options are as follows:
| Value | Description |
| -------------------- | ------------------------------------------------- |
| noautoinjectruntime | Disable the autoinjection of `/wails/runtime.js` |
| noautoinjectbindings | Disable the autoinjection of `/wails/bindings.js` |
| noautoinjectipc | Disable the autoinjection of `/wails/ipc.js` |
| noautoinject | Disable all autoinjection of scripts |
Multiple options may be used provided they are comma seperated.