UI: Only expand 1 level in folder list #3585

This commit is contained in:
Markus Goetz 2015-09-16 11:06:32 -04:00
parent 5caf1ffb17
commit ca95276298

View file

@ -130,7 +130,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
void AccountSettings::doExpand()
{
ui->_folderList->expandToDepth(1);
ui->_folderList->expandToDepth(0);
}
void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)