GODT-1974: Store everything in v3 path

This commit is contained in:
James Houlahan
2022-10-26 13:18:48 +02:00
parent d4c1016e55
commit d738fdff57
3 changed files with 19 additions and 14 deletions

View File

@ -766,7 +766,7 @@ Window {
property bool isDiskCacheEnabled: true
// Qt.resolvedUrl("file:///C:/Users/user/AppData/Roaming/protonmail/bridge/cache/c11/messages")
// Qt.resolvedUrl("file:///C:/Users/user/AppData/Roaming/protonmail/bridge-v3/cache/c11/messages")
property url diskCachePath: StandardPaths.standardLocations(StandardPaths.HomeLocation)[0]
signal cacheUnavailable()
signal cacheCantMove()