mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-02 05:37:58 +00:00
Update depemdencies
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user