mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Allow to resize chats list. One more mode added (narrow chats list).
This commit is contained in:
@@ -92,7 +92,7 @@ void History::clearLastKeyboard() {
|
||||
}
|
||||
|
||||
bool History::canHaveFromPhotos() const {
|
||||
if (peer->isUser() && !Adaptive::Wide()) {
|
||||
if (peer->isUser() && !Adaptive::ChatWide()) {
|
||||
return false;
|
||||
} else if (isChannel() && !peer->isMegagroup()) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user