Force reload

pull/253/head
Marco Heiming 2020-04-08 13:02:36 +02:00
parent 4301342292
commit dfad1218d6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ uploadApp : (app,skipReset) => { // expects an apps.json structure (i.e. with `s
Progress.hide({sticky:true});
if (result===null) return reject("");
// Reload apps to get a fresh list of apps and files
this.getInstalledApps();
this.getInstalledApps(true);
resolve(app);
});
return;