[docs] Add Boolean toggle guide (#3081)

Hope this helps someone, it was fun to write. ❤️

Signed-off-by: JPikachu <jpikachu@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3081
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: JPikachu <jpikachu@eden-emu.dev>
Co-committed-by: JPikachu <jpikachu@eden-emu.dev>
This commit is contained in:
JPikachu 2025-12-06 23:33:33 +01:00 committed by crueter
parent c03f7cf284
commit d96ab0df6a
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
2 changed files with 101 additions and 0 deletions

View file

@ -14,3 +14,4 @@ This handbook is primarily aimed at the end-user - baking useful knowledge for e
- **[Orphaned Profiles](Orphaned.md)**
- **[Command Line](CommandLine.md)**
- **[Native Application Development](Native.md)**
- **[Adding Boolean Settings Toggles](AddingBooleanToggles.md)**