mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-03 17:41:56 +00:00
Merge pull request #8690 from Chocobo1/options
Avoid showing an empty row in AdvancedSettings
This commit is contained in:
commit
3301e9cb69
@ -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…
x
Reference in New Issue
Block a user