This commit is contained in:
the-djmaze 2024-05-27 11:19:37 +02:00
parent 365a5effdf
commit 68218e43dc
7 changed files with 19 additions and 5 deletions

View file

@ -78,6 +78,10 @@ export class AdminSettingsAbout /*extends AbstractViewSettings*/ {
});
}
clearCache() {
Remote.request('AdminClearCache');
}
updateCoreData() {
if (!this.coreUpdating()) {
this.coreUpdating(true);