mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -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:
@@ -294,7 +294,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
|||||||
#endif
|
#endif
|
||||||
spin_cache.setValue(session->diskCacheSize());
|
spin_cache.setValue(session->diskCacheSize());
|
||||||
updateCacheSpinSuffix(spin_cache.value());
|
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
|
// Disk cache expiry
|
||||||
spin_cache_ttl.setMinimum(15);
|
spin_cache_ttl.setMinimum(15);
|
||||||
spin_cache_ttl.setMaximum(600);
|
spin_cache_ttl.setMaximum(600);
|
||||||
|
|||||||
Reference in New Issue
Block a user