mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
Change text description for half-open connection
This commit is contained in:
parent
067a8bf108
commit
c19e660306
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ private slots:
|
||||||
spin_maxhalfopen.setMinimum(0);
|
spin_maxhalfopen.setMinimum(0);
|
||||||
spin_maxhalfopen.setMaximum(99999);
|
spin_maxhalfopen.setMaximum(99999);
|
||||||
spin_maxhalfopen.setValue(pref->getMaxHalfOpenConnections());
|
spin_maxhalfopen.setValue(pref->getMaxHalfOpenConnections());
|
||||||
setRow(MAX_HALF_OPEN, tr("Maximum number of half-open connections [0: Disabled]"), &spin_maxhalfopen);
|
setRow(MAX_HALF_OPEN, tr("Maximum number of half-open connections [0: Unlimited]"), &spin_maxhalfopen);
|
||||||
// Super seeding
|
// Super seeding
|
||||||
cb_super_seeding.setChecked(pref->isSuperSeedingEnabled());
|
cb_super_seeding.setChecked(pref->isSuperSeedingEnabled());
|
||||||
setRow(SUPER_SEEDING, tr("Strict super seeding"), &cb_super_seeding);
|
setRow(SUPER_SEEDING, tr("Strict super seeding"), &cb_super_seeding);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue