mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Refresh status dialog after removal of a folder
This commit is contained in:
parent
660abb491d
commit
f494492459
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ void Application::slotRemoveFolder( const QString& alias )
|
|||
}
|
||||
|
||||
_folderMan->slotRemoveFolder( alias );
|
||||
|
||||
_statusDialog->setFolderList( _folderMan->map() );
|
||||
}
|
||||
|
||||
#ifdef HAVE_FETCH_AND_PUSH
|
||||
|
|
Loading…
Reference in a new issue