mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
BUGFIX: Fix display of torrent content in addition dialog
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
* Sun Sep 26 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.2
|
||||||
|
- BUGFIX: Fix display of torrent content in addition dialog
|
||||||
|
|
||||||
* Sun Sep 26 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.1
|
* Sun Sep 26 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.1
|
||||||
- I18N: Updated Arabic translation
|
- I18N: Updated Arabic translation
|
||||||
- I18N: Fixes to German translation
|
- I18N: Fixes to German translation
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user