mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix torrent addition dialog bug introduced in v2.4.1
This commit is contained in:
parent
124dcee7b8
commit
d56fc9fcd4
1 changed files with 0 additions and 2 deletions
|
@ -280,8 +280,6 @@ void torrentAdditionDialog::showLoad(QString filePath, QString from_url) {
|
||||||
if(t->num_files() <= 1)
|
if(t->num_files() <= 1)
|
||||||
hideTorrentContent();
|
hideTorrentContent();
|
||||||
|
|
||||||
// No need to display torrent content
|
|
||||||
hideTorrentContent();
|
|
||||||
// Limit dialog width
|
// Limit dialog width
|
||||||
limitDialogWidth();
|
limitDialogWidth();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue