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

Version 0.10.9: langs updated, moved shadow icons to separate files.

This commit is contained in:
John Preston
2016-10-01 15:34:23 +03:00
parent 3d2f025e10
commit ef2faf676e
48 changed files with 297 additions and 460 deletions

View File

@@ -769,10 +769,6 @@ structure::Value ParsedFile::readIconValue() {
}
}
if (parts.empty()) {
logErrorUnexpectedToken() << "at least one icon part";
return {};
}
return { structure::data::icon { parts } };
}
file_.putBack();