Introduce client settings

This commit is contained in:
John Furrow
2016-06-06 21:01:10 -07:00
parent 30d75c124b
commit 02c3b5e4b0
27 changed files with 907 additions and 206 deletions

View File

@@ -13,7 +13,8 @@ import TorrentListView from './components/panels/TorrentListView';
class FloodApp extends React.Component {
componentDidMount() {
SettingsStore.fetchSettings();
SettingsStore.fetchClientSettings();
SettingsStore.fetchFloodSettings();
}
render() {