mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build for Linux.
This commit is contained in:
@@ -33,7 +33,6 @@ CloudTheme CloudTheme::Parse(
|
||||
not_null<Main::Session*> session,
|
||||
const MTPDtheme &data,
|
||||
bool parseSettings) {
|
||||
constexpr auto size = sizeof(CloudTheme);
|
||||
const auto document = data.vdocument();
|
||||
const auto paper = [&]() -> std::optional<WallPaper> {
|
||||
if (const auto settings = data.vsettings()) {
|
||||
|
||||
Reference in New Issue
Block a user