owncloud/client

Expose the sync state in the space browser

Closed this issue · 0 comments

case Roles::Sync:
// TODO: return true if we alreaddy sync the space
return false;

We also need to display it in the ui.

Depends on #11750