mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
use string enum value
This commit is contained in:
parent
fccbd816a9
commit
297052a2b6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
let ratioLimitValue = 0.00;
|
||||
let seedingTimeLimitValue = 0;
|
||||
let inactiveSeedingTimeLimitValue = 0;
|
||||
let shareLimitActionValue = -1;
|
||||
let shareLimitActionValue = 'Default';
|
||||
|
||||
if (shareLimit === "default") {
|
||||
ratioLimitValue = seedingTimeLimitValue = inactiveSeedingTimeLimitValue = UseGlobalLimit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue