Skip to content

Commit ede9bd7

Browse files
authored
add button setting type
1 parent ee7e456 commit ede9bd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mods/settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ All setting types, including custom ones if they opt-in, share a common set of b
9393
| `platforms` | Array | List of platforms this setting is available on, i.e. `["win", "android"]` |
9494
| `enable-if` | [`enable-if` Scheme](#enable-if) | A way to disable settings based on other settings; see [Enable If Schemes](#enable-if) for more |
9595
| `enable-if-description` | String | Human-readable description for what the `enable-if` scheme does. If not provided, Geode will try to synthesize a legible one from the `enable-if` scheme itself. However, specifying a custom description is heavily recommended if you use saved values, or have more complex schemes |
96+
| `button` | | Adds a button, presses can be listened to using events. More detailed documentation TBA |
9697
9798
---
9899

0 commit comments

Comments
 (0)