mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Beta version 1.4.4: Fix emoji quality.
This commit is contained in:
@@ -2094,7 +2094,7 @@ bool CheckOldInCurrent() {
|
||||
const auto category = *c;
|
||||
for (auto i = begin(*category); i != end(*category); ++i) {
|
||||
const auto find = [](
|
||||
std::initializer_list<InputCategory* const> list,
|
||||
auto &&list,
|
||||
const InputId &id) {
|
||||
for (const auto current : list) {
|
||||
if (std::find(begin(*current), end(*current), id) != end(*current)) {
|
||||
|
Reference in New Issue
Block a user