mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make chat web links clickable (#11092)
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.
This commit is contained in:
parent
e1b297a14b
commit
1805775f3d
8 changed files with 242 additions and 30 deletions
|
@ -1155,6 +1155,14 @@
|
|||
# Client
|
||||
#
|
||||
|
||||
# If enabled, http links in chat can be middle-clicked or ctrl-left-clicked to open the link in the OS's default web browser.
|
||||
# type: bool
|
||||
# clickable_chat_weblinks = false
|
||||
|
||||
# If clickable_chat_weblinks is enabled, specify the color (as 24-bit hexadecimal) of weblinks in chat.
|
||||
# type: string
|
||||
# chat_weblink_color = #8888FF
|
||||
|
||||
## Network
|
||||
|
||||
# Address to connect to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue