Skip to content

Commit

Permalink
Configuring/Performance: correct shadow variable (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
rice-cracker-dev authored Nov 6, 2024
1 parent 4f415c1 commit 62ac495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case, remove it completely.

**_Useful Optimizations_**:

- `decoration:blur:enabled = false` and `decoration:drop_shadow = false` to disable
- `decoration:blur:enabled = false` and `decoration:shadow:enabled = false` to disable
fancy but battery hungry effects.

- `misc:vfr = true`, since it'll lower the amount of sent frames when nothing is
Expand Down

0 comments on commit 62ac495

Please sign in to comment.