Skip to content

Commit

Permalink
add debug:error_position (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer authored May 17, 2024
1 parent 8edcdf7 commit 78cef04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ Only for developers.
| watchdog_timeout | sets the timeout in seconds for watchdog to abort processing of a signal of the main thread. Set to 0 to disable. | int | 5 |
| disable_scale_checks | disables verification of the scale factors. Will result in pixel alignment and rounding errors. | bool | false |
| error_limit | limits the number of displayed config file parsing errors. | int | 5 |
| error_position | sets the position of the error bar. top - 0, bottom - 1 | int | 0 |
| colored_stdout_logs | enables colors in the stdout logs. | bool | true |

### More
Expand Down

0 comments on commit 78cef04

Please sign in to comment.