mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Merge pull request #8690 from Chocobo1/options
Avoid showing an empty row in AdvancedSettings
This commit is contained in:
commit
3301e9cb69
1 changed files with 2 additions and 0 deletions
|
@ -82,7 +82,9 @@ enum AdvSettingsRows
|
||||||
DISK_CACHE_TTL,
|
DISK_CACHE_TTL,
|
||||||
OS_CACHE,
|
OS_CACHE,
|
||||||
GUIDED_READ_CACHE,
|
GUIDED_READ_CACHE,
|
||||||
|
#if LIBTORRENT_VERSION_NUM >= 10107
|
||||||
COALESCE_RW,
|
COALESCE_RW,
|
||||||
|
#endif
|
||||||
SUGGEST_MODE,
|
SUGGEST_MODE,
|
||||||
SEND_BUF_WATERMARK,
|
SEND_BUF_WATERMARK,
|
||||||
SEND_BUF_LOW_WATERMARK,
|
SEND_BUF_LOW_WATERMARK,
|
||||||
|
|
Loading…
Reference in a new issue