From 055790731002fa2a8ec955415c5eac3f4272d385 Mon Sep 17 00:00:00 2001 From: bitxer <24569832+bitxer@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:31:58 +0800 Subject: [PATCH] Enhance experimental setting description --- Telegram/SourceFiles/mtproto/session_private.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/mtproto/session_private.cpp b/Telegram/SourceFiles/mtproto/session_private.cpp index b6037515f..0786eb68e 100644 --- a/Telegram/SourceFiles/mtproto/session_private.cpp +++ b/Telegram/SourceFiles/mtproto/session_private.cpp @@ -142,7 +142,7 @@ void WrapInvokeAfter( base::options::toggle OptionPreferIPv6({ .id = kOptionPreferIPv6, .name = "Prefer IPv6", - .description = "Prefer IPv6 if it is available", + .description = "Prefer IPv6 if it is available. Require \"Try connecting through IPv6\" to be enabled", }); } // namespace