mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
spelling: toggle (#3749)
This commit is contained in:
@@ -86,7 +86,7 @@ For a detailed reference of how the settings are implemented in the runner and i
|
||||
</td></tr></table>
|
||||
|
||||
```c++
|
||||
settings.add_bool_toogle(name, description, value)
|
||||
settings.add_bool_toggle(name, description, value)
|
||||
```
|
||||
A simple on-off toggle. Parameters:
|
||||
* `name` - Key for the element in the JSON.
|
||||
|
||||
Reference in New Issue
Block a user