summaryrefslogtreecommitdiff
path: root/src/gui/guiChatConsole.h
diff options
context:
space:
mode:
authorpecksin <pexin@protonmail.com>2021-03-18 16:47:36 -0400
committerpecksin <pexin@protonmail.com>2021-03-18 16:47:36 -0400
commitb6c8761e108eade0d1451580fbacf1e3d3f6a957 (patch)
tree27f9503a76261a37a8cc286b18fc17c17cc5a9b6 /src/gui/guiChatConsole.h
parent1d64e6537c3fb048e0d0594680d1c727a80c30d8 (diff)
downloadminetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.tar.gz
minetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.tar.bz2
minetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.zip
re-apply everything manually because git
Diffstat (limited to 'src/gui/guiChatConsole.h')
-rw-r--r--src/gui/guiChatConsole.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/guiChatConsole.h b/src/gui/guiChatConsole.h
index 896342ab0..501bf50cb 100644
--- a/src/gui/guiChatConsole.h
+++ b/src/gui/guiChatConsole.h
@@ -124,4 +124,7 @@ private:
// font
gui::IGUIFont *m_font = nullptr;
v2u32 m_fontsize;
+
+ // Enable clickable chat weblinks
+ bool m_cache_clickable_chat_weblinks;
};