mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-13 20:38:33 +00:00
GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off
This commit is contained in:
@ -48,3 +48,7 @@ func (l *fakeLocations) ProvideSettingsPath() (string, error) {
|
||||
func (l *fakeLocations) Clear() error {
|
||||
return os.RemoveAll(l.dir)
|
||||
}
|
||||
|
||||
func (l *fakeLocations) ClearUpdates() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user