mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
- Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).
- Updated French translation
This commit is contained in:
@@ -444,6 +444,8 @@ public slots:
|
||||
settings.setValue(QString::fromUtf8("LastDirTorrentAdd"), savePathTxt->text());
|
||||
// Create .incremental file if necessary
|
||||
TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked());
|
||||
// Skip file checking and directly start seeding
|
||||
TorrentTempData::setSeedingMode(hash, addInSeed->isChecked());
|
||||
// Check if there is at least one selected file
|
||||
if(allFiltered()){
|
||||
QMessageBox::warning(0, tr("Invalid file selection"), tr("You must select at least one file in the torrent"));
|
||||
|
||||
Reference in New Issue
Block a user