Add description to constants

This commit is contained in:
prescientmoon 2024-11-27 10:44:23 +01:00
parent 96e2184a24
commit 932490ec18
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -86,5 +86,8 @@ export const descriptions: Record<string, string> = {
`,
incrementor: `
Outputs the input + 1
`,
constant: `
Outputs a numeric constant configured (like any other property) by right-clicking the component
`
}