diff options
author | Froggo <92762044+Froggo8311@users.noreply.github.com> | 2022-05-06 15:15:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 21:15:16 +0100 |
commit | 45d318a77300b014b13366ee9fa4cfc69e08f360 (patch) | |
tree | 22c674ad65e3f15fc886017f2bd8786b3e6ebb61 /builtin | |
parent | 4e1de06782b2541e8d487adfd87b0c2afeedeab3 (diff) | |
download | minetest-45d318a77300b014b13366ee9fa4cfc69e08f360.tar.gz minetest-45d318a77300b014b13366ee9fa4cfc69e08f360.tar.bz2 minetest-45d318a77300b014b13366ee9fa4cfc69e08f360.zip |
Enable chat clickable weblinks by default (#12115)
Co-authored-by: rubenwardy <rw@rubenwardy.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index e3589d76f..ff69d9741 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -988,7 +988,7 @@ mute_sound (Mute sound) bool false [Client] # Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output. -clickable_chat_weblinks (Chat weblinks) bool false +clickable_chat_weblinks (Chat weblinks) bool true # Optional override for chat weblink color. chat_weblink_color (Weblink color) string |