mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Delete messages box labels fix and confirm by Enter key.
Also context menu fixed in case of non-transparent windows. Also pausing GIFs when the window is not active.
This commit is contained in:
@@ -748,6 +748,10 @@ void Histories::clearPinned() {
|
||||
}
|
||||
}
|
||||
|
||||
int Histories::pinnedCount() const {
|
||||
return _pinnedDialogs.size();
|
||||
}
|
||||
|
||||
HistoryItem *History::createItem(const MTPMessage &msg, bool applyServiceAction, bool detachExistingItem) {
|
||||
auto msgId = MsgId(0);
|
||||
switch (msg.type()) {
|
||||
|
Reference in New Issue
Block a user