mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-1358: Fix wording
This commit is contained in:
@ -269,6 +269,8 @@ func loadCache(b *base.Base) (cache.Cache, error) {
|
||||
path = customPath
|
||||
} else {
|
||||
path = b.Cache.GetDefaultMessageCacheDir()
|
||||
// Store path so it will allways persist if default location will be changed in new version.
|
||||
b.Settings.Set(settings.CacheLocationKey, path)
|
||||
}
|
||||
|
||||
return cache.NewOnDiskCache(path, compressor, cache.Options{
|
||||
|
||||
Reference in New Issue
Block a user