forked from Berry-Dash/launcher
Disable download button when downloading
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { LauncherVersion } from "./LauncherVersion";
|
||||
import { LauncherVersion } from './LauncherVersion'
|
||||
|
||||
export class DownloadProgress {
|
||||
constructor(
|
||||
constructor (
|
||||
public version: LauncherVersion,
|
||||
public progress: number,
|
||||
public done: boolean
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user