Restructure; use DaisyUI

This commit is contained in:
Geomitron
2023-11-28 19:50:45 -06:00
parent 49c3f38f99
commit 2eef4d0bee
727 changed files with 1283 additions and 298840 deletions

View File

@@ -112,7 +112,7 @@
// }))
// this.req.on('header', this.cancelable((statusCode, headers: Headers) => {
// if (statusCode != 200) {
// if (statusCode !== 200) {
// this.failDownload(downloadErrors.responseError(statusCode))
// return
// }
@@ -246,7 +246,7 @@
// * Download the file after waiting for the google rate limit.
// */
// beginDownload() {
// if (this.fileID == undefined) {
// if (this.fileID === undefined) {
// this.failDownload(downloadErrors.linkError(this.url))
// }