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
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;
}