mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
@@ -1640,8 +1640,8 @@ void MainWidget::checkChatBackground() {
|
||||
});
|
||||
}
|
||||
|
||||
ImagePtr MainWidget::newBackgroundThumb() {
|
||||
return _background ? _background->data.thumb : ImagePtr();
|
||||
Image *MainWidget::newBackgroundThumb() {
|
||||
return _background ? _background->data.thumb : nullptr;
|
||||
}
|
||||
|
||||
void MainWidget::messageDataReceived(ChannelData *channel, MsgId msgId) {
|
||||
|
Reference in New Issue
Block a user