mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Notifications management moved to AuthSession.
Also implemented Global::WorkMode() as an base::Variable.
This commit is contained in:
@@ -883,6 +883,10 @@ void RemoteImage::setData(QByteArray &bytes, const QByteArray &bytesFormat) {
|
||||
_forgot = false;
|
||||
}
|
||||
|
||||
bool RemoteImage::amLoading() const {
|
||||
return _loader && _loader != CancelledFileLoader;
|
||||
}
|
||||
|
||||
void RemoteImage::automaticLoad(const HistoryItem *item) {
|
||||
if (loaded()) return;
|
||||
|
||||
|
Reference in New Issue
Block a user