Add description to an option (looks better).

This commit is contained in:
John Preston 2023-01-02 15:08:28 +04:00
parent 84288112fc
commit 741b524d71
1 changed files with 2 additions and 2 deletions

View File

@ -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