mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -93,7 +93,7 @@ class ClientStats extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
let content = <LoadingIndicator inverse={true} />
|
||||
let content = <LoadingIndicator inverse={true} />;
|
||||
|
||||
if (!this.isLoading()) {
|
||||
let throttles = TransferDataStore.getThrottles();
|
||||
|
||||
Reference in New Issue
Block a user