Improve sync API performance

PR #18394.
This commit is contained in:
Vladimir Golovnev 2023-02-10 17:16:46 +03:00 committed by GitHub
parent 5d4766edbe
commit d06f78dbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 499 additions and 64 deletions

View file

@ -865,6 +865,7 @@ bool SessionImpl::editCategory(const QString &name, const CategoryOptions &optio
}
}
emit categoryOptionsChanged(name);
return true;
}