This commit is contained in:
2025-01-09 03:37:46 +09:00
parent a02975853d
commit c168095249
5 changed files with 10 additions and 16 deletions

View File

@@ -236,7 +236,8 @@ define_tab({ "readme.servers-tab" }, { "readme.servers-tooltip" },
-- Add the external links
local external_links = title_table(scroll_pane, 235, { "readme.servers-external" }, 2)
for _, key in ipairs{ "discord", "website", "patreon", "status", "github" } do
-- "discord", "website", "patreon", "github"
for _, key in ipairs{ "github" } do
local upper_key = key:gsub("^%l", string.upper)
Gui.centered_label(external_links, 110, upper_key)
Gui.centered_label(external_links, 460, { "links." .. key }, { "readme.servers-open-in-browser" })