mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add setting to display the itemstring after the tooltip in the inventory. (#6413)
* Add setting to display the itemstring after the tooltip in the inventory.
This commit is contained in:
parent
04839f233f
commit
808ada11db
4 changed files with 13 additions and 12 deletions
|
@ -710,6 +710,9 @@ gui_scaling_filter_txr2img (GUI scaling filter txr2img) bool true
|
|||
# Delay showing tooltips, stated in milliseconds.
|
||||
tooltip_show_delay (Tooltip delay) int 400
|
||||
|
||||
# Append itemstring to tooltip
|
||||
tooltip_append_itemstring (Append itemstring) bool false
|
||||
|
||||
# Whether freetype fonts are used, requires freetype support to be compiled in.
|
||||
freetype (Freetype fonts) bool true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue