mirror of https://github.com/qTox/qTox.git
Browse Source
The function is documented as async, but is only async when called from a different thread. Save is called from within Settings, it looks like only from public functions that would be called on other threads, but make it async regardless of calling thread for consistency. There is already a sync function that is used, so safety is not lost.reviewable/pr6596/r1
2 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue