mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Rename option
The previous "Disk write cache size" is not accurate since it is also being used for read cache, so rename it to "Disk cache".
This commit is contained in:
committed by
sledgehammer999
parent
af0fed6669
commit
d73d790612
@@ -294,7 +294,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
||||
#endif
|
||||
spin_cache.setValue(session->diskCacheSize());
|
||||
updateCacheSpinSuffix(spin_cache.value());
|
||||
addRow(DISK_CACHE, tr("Disk write cache size"), &spin_cache);
|
||||
addRow(DISK_CACHE, tr("Disk cache"), &spin_cache);
|
||||
// Disk cache expiry
|
||||
spin_cache_ttl.setMinimum(15);
|
||||
spin_cache_ttl.setMaximum(600);
|
||||
|
||||
Reference in New Issue
Block a user