mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Introduce client settings
This commit is contained in:
@@ -13,7 +13,8 @@ import TorrentListView from './components/panels/TorrentListView';
|
||||
|
||||
class FloodApp extends React.Component {
|
||||
componentDidMount() {
|
||||
SettingsStore.fetchSettings();
|
||||
SettingsStore.fetchClientSettings();
|
||||
SettingsStore.fetchFloodSettings();
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user