mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add more settings to the modal, including:
* Global upload/download throttles mirrored in modal and dropdown * Max client memory usage * Verify hash after downloading flag
This commit is contained in:
@@ -175,6 +175,9 @@ SettingsStore.dispatcherID = AppDispatcher.register((payload) => {
|
||||
case ActionTypes.CLIENT_SETTINGS_FETCH_REQUEST_SUCCESS:
|
||||
SettingsStore.handleClientSettingsFetchSuccess(action.data);
|
||||
break;
|
||||
case ActionTypes.CLIENT_SET_THROTTLE_SUCCESS:
|
||||
SettingsStore.fetchClientSettings();
|
||||
break;
|
||||
case ActionTypes.SETTINGS_FETCH_REQUEST_ERROR:
|
||||
SettingsStore.handleSettingsFetchError(action.error);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user