Skip to content

Commit

Permalink
v4.5.0 - volume rework and show hide columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho1060 committed Aug 30, 2022
1 parent aeb96c3 commit 7c1e728
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 137 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ By rightclicking on the board, advanced, edit lua parameters, you can customize
- `showRed`: if not enable, line with red gauge will be hidden
- `maxAmountOfElementsLoadedByTick`: the maximum number of element loaded by tick of the coroutine on script startup (lower that value if you encounter cpu load errors on startup, default to 5000)
- `maxAmountOfElementsRefreshedByTick`: the maximum number of element refreshed by tick of the coroutine when refreshing values (lower that value if you have cpu load errors after all emlements are loaded, default to 200)
- `maxVolumePosition`: the position in percent of width for the column Max Volume
- `showVolume`: show or hide the column Volume
- `volumePosition`: the position in percent of width for the column Volume
- `showQuantity`: show or hide the column Quantity
- `quantityPosition`: the position in percent of width for the column Quantity
- `verticalMode`: rotate the screen 90deg (bottom on right), disabled by default
- `verticalModeBottomSide`: when vertical mode is enabled, on which side the bottom of the screen is positioned (`left` or `right`)
Expand Down
Loading

0 comments on commit 7c1e728

Please sign in to comment.