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:
@@ -146,7 +146,7 @@ Sample code from [`the example PowerToy`](/src/modules/example_powertoy/dllmain.
|
||||
settings.set_video_link(L"https://www.youtube.com/watch?v=d3LHo2yXKoY&t=21462");
|
||||
|
||||
// Add a bool property with a toggle editor.
|
||||
settings.add_bool_toogle(
|
||||
settings.add_bool_toggle(
|
||||
L"test_bool_toggle", // property name.
|
||||
L"This is what a BoolToggle property looks like", // description or resource id of the localized string.
|
||||
test_bool_prop // property value.
|
||||
|
||||
Reference in New Issue
Block a user