mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Add description to an option (looks better).
This commit is contained in:
parent
84288112fc
commit
741b524d71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue