mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Make sure the root folder is expanded in Torrent content panel
This commit is contained in:
parent
d5aaa24ad6
commit
b095a1e3fe
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ void PropertiesWidget::loadTorrentInfos(const QTorrentHandle &_h) {
|
|||
loadUrlSeeds();
|
||||
// List files in torrent
|
||||
PropListModel->model()->setupModelData(h.get_torrent_info());
|
||||
filesList->setExpanded(PropListModel->index(0, 0), true);
|
||||
}
|
||||
} catch(invalid_handle& e) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue