Initial settings, download UI, various bugfixes

This commit is contained in:
Geomitron
2020-02-09 21:15:40 -05:00
parent 89948b118b
commit de39ad4f1e
33 changed files with 1034 additions and 110 deletions

View File

@@ -7,6 +7,11 @@ import { Component } from '@angular/core'
})
export class StatusBarComponent {
downloading = false
constructor() { }
showDownloads() {
$('#downloadsModal').modal('show')
}
}