Update depemdencies

This commit is contained in:
AlphaX-Projects
2023-08-01 19:29:40 +02:00
parent 5c2ce14f2a
commit 63eb8e7f18
3 changed files with 21 additions and 20 deletions

View File

@@ -1620,11 +1620,12 @@ class AppView extends connect(store)(LitElement) {
}
}
async clearTheCache() {
clearTheCache() {
if (!isElectron()) {
} else {
await window.parent.electronAPI.clearMyCache()
console.clear()
window.parent.electronAPI.clearMyCache()
window.parent.electronAPI.clearCache()
}
}