From 741b524d710dade8fdfeebda589c5000f61d1f18 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 2 Jan 2023 15:08:28 +0400 Subject: [PATCH] Add description to an option (looks better). --- Telegram/SourceFiles/window/main_window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/window/main_window.cpp b/Telegram/SourceFiles/window/main_window.cpp index 4842692284..a52317f3ce 100644 --- a/Telegram/SourceFiles/window/main_window.cpp +++ b/Telegram/SourceFiles/window/main_window.cpp @@ -51,8 +51,8 @@ constexpr auto kSaveWindowPositionTimeout = crl::time(1000); base::options::toggle ShowChatNameInNewWindow({ .id = kOptionShowChatNameInNewWindow, - .name = "Show chat name in title of separated windows", - .description = "", + .name = "Chat name in window title", + .description = "Show chat name in the additional windows titles.", }); } // namespace