mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Account Settings: Expand selective sync on show #3585
This commit is contained in:
parent
c3754e1fdd
commit
132b5f5130
1 changed files with 3 additions and 0 deletions
|
@ -606,6 +606,9 @@ bool AccountSettings::event(QEvent* e)
|
|||
if (e->type() == QEvent::Hide || e->type() == QEvent::Show) {
|
||||
_quotaInfo.setActive(isVisible());
|
||||
}
|
||||
if (e->type() == QEvent::Show) {
|
||||
ui->_folderList->setExpanded(_model->index(0, 0), true);
|
||||
}
|
||||
return QWidget::event(e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue