forked from Silverfish/proton-bridge
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