mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +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({
|
base::options::toggle ShowChatNameInNewWindow({
|
||||||
.id = kOptionShowChatNameInNewWindow,
|
.id = kOptionShowChatNameInNewWindow,
|
||||||
.name = "Show chat name in title of separated windows",
|
.name = "Chat name in window title",
|
||||||
.description = "",
|
.description = "Show chat name in the additional windows titles.",
|
||||||
});
|
});
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Add table
Reference in a new issue