mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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
|
@ -407,6 +407,7 @@ protected:
|
|||
gui::IGUIStaticText *m_tooltip_element = nullptr;
|
||||
|
||||
u64 m_tooltip_show_delay;
|
||||
bool m_tooltip_append_itemstring;
|
||||
u64 m_hovered_time = 0;
|
||||
s32 m_old_tooltip_id = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue