mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 11:16:20 +03: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:
parent
a1d46a278b
commit
a341b793e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue