allexzander
allexzander
Signed-off-by: alex-z Now, only the selected account's offline status will get visible to the user in the tray and an account's summary. If all are connected, then, sync status will...
Here's what I did: - Always check the SqlQuery.exec() return value (prepare() does not need to be checked as it asserts in any case and then the exec() will fail...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented. * Please don't comment if you have no...
Fix #3244 Signed-off-by: alex-z
So, the idea here is to not execute `INSERT` query for every nested item of moved folder (there can be thousands of items and this is very very slow and...