2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Save wallpaper information.

This commit is contained in:
John Preston
2019-01-16 21:26:26 +04:00
parent b8cb792831
commit 466c6da5e3
8 changed files with 211 additions and 159 deletions

View File

@@ -51,11 +51,7 @@ class Feed;
enum class FeedUpdateFlag;
struct FeedUpdate;
struct WallPaper {
WallPaperId id = WallPaperId();
ImagePtr thumb;
DocumentData *document = nullptr;
};
struct WallPaper;
class Session final {
public: