mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix theme link preview title.
This commit is contained in:
parent
190bf8fc5f
commit
1d8d2b6251
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ int WebPage::bottomInfoPadding() const {
|
|||
QString WebPage::displayedSiteName() const {
|
||||
return (_data->document && _data->document->isWallPaper())
|
||||
? tr::lng_media_chat_background(tr::now)
|
||||
: (_data->document && _data->document->isWallPaper())
|
||||
: (_data->document && _data->document->isTheme())
|
||||
? tr::lng_media_color_theme(tr::now)
|
||||
: _data->siteName;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue