More TypeScript

This commit is contained in:
Mo Bitar
2020-04-10 08:42:35 -05:00
parent e7651fe92b
commit b5b53fdc43
87 changed files with 256 additions and 2085 deletions

View File

@@ -210,8 +210,6 @@ export class DesktopManager extends ApplicationService {
}
desktop_didFinishBackup(success) {
this.application.getAppState().endedBackupDownload({
success: success
});
this.application.getAppState().endedBackupDownload(success);
}
}