mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix preloading in media viewer.
This commit is contained in:
@@ -257,8 +257,6 @@ private:
|
||||
ImageType = 0x08,
|
||||
DownloadCancelled = 0x10,
|
||||
LoadedInMediaCache = 0x20,
|
||||
ThumbnailFailed = 0x40,
|
||||
VideoThumbnailFailed = 0x80,
|
||||
};
|
||||
using Flags = base::flags<Flag>;
|
||||
friend constexpr bool is_flag_type(Flag) { return true; };
|
||||
|
Reference in New Issue
Block a user