mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
return removed empty line
This commit is contained in:
parent
5567d029cf
commit
669f8cd06d
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ void OptionsDialog::saveBittorrentTabOptions() const
|
|||
BitTorrent::ShareLimitAction::EnableSuperSeeding
|
||||
};
|
||||
session->setShareLimitAction(actIndex.value(m_ui->comboRatioLimitAct->currentIndex()));
|
||||
|
||||
session->setAddTrackersEnabled(m_ui->checkEnableAddTrackers->isChecked());
|
||||
session->setAdditionalTrackers(m_ui->textTrackers->toPlainText());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue