mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
show download speed
This commit is contained in:
@@ -9,7 +9,7 @@ interface IProps {
|
||||
downloadName: string;
|
||||
}
|
||||
|
||||
export default class MiniDialog extends React.Component<IProps, never> {
|
||||
export default class DownloadSection extends React.Component<IProps, never> {
|
||||
constructor(props: IProps) {
|
||||
super(props)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user