- Check that local files exist when "skip file checking and start seeding immediately" feature is enabled. (Thanks Stephanos Antaris to notice this bug and propose a solution)
QMessageBox::warning(0,tr("Seeding mode error"),tr("You chose to skip file checking. However, local files do not seem to exist in the current destionation folder. Please disable this feature or update the save path."));
return;
}
}
// 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"));