Clear cache now clears temp directory

This commit is contained in:
Geomitron
2021-04-10 14:29:00 -05:00
parent 8f670c5adc
commit 0ddbd00f07
4 changed files with 53 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ export class SettingsService {
async clearCache() {
this.saveSettings()
return this.electronService.defaultSession.clearCache()
await this.electronService.defaultSession.clearCache()
await this.electronService.invoke('clear-cache', undefined)
}
// Individual getters/setters