mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
dbhub: Refresh the directory list when a database upload has finished
This commit is contained in:
@@ -21,6 +21,9 @@ RemoteDock::RemoteDock(MainWindow* parent)
|
||||
// Set up model
|
||||
ui->treeStructure->setModel(remoteModel);
|
||||
|
||||
// Reload the directory tree when a database upload has finished
|
||||
connect(&remoteDatabase, &RemoteDatabase::uploadFinished, this, &RemoteDock::setNewIdentity);
|
||||
|
||||
// Initial setup
|
||||
reloadSettings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user