fix iOS text input and export ppbr

This commit is contained in:
2019-09-19 15:25:33 +02:00
parent 77a3bdde03
commit b8c646f748
6 changed files with 27 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ public:
std::string email;
std::string url;
std::string descr;
Image header_image;
std::shared_ptr<Image> header_image;
};
Node* m_container;