mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
No longer expand the first folder in the torrent content list (Thanks Ahmad)
This commit is contained in:
@@ -253,8 +253,6 @@ void PropertiesWidget::loadTorrentInfos(const QTorrentHandle &_h) {
|
|||||||
loadUrlSeeds();
|
loadUrlSeeds();
|
||||||
// List files in torrent
|
// List files in torrent
|
||||||
PropListModel->setupModelData(h.get_torrent_info());
|
PropListModel->setupModelData(h.get_torrent_info());
|
||||||
// Expand first item if possible
|
|
||||||
filesList->expand(PropListModel->index(0, 0));
|
|
||||||
}
|
}
|
||||||
} catch(invalid_handle& e) {
|
} catch(invalid_handle& e) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user