mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -127,6 +127,7 @@ UIStore.dispatcherID = AppDispatcher.register((payload) => {
|
||||
UIStore.setActiveModal(action.data);
|
||||
break;
|
||||
case ActionTypes.CLIENT_MOVE_TORRENTS_SUCCESS:
|
||||
case ActionTypes.CLIENT_ADD_TORRENT_SUCCESS:
|
||||
UIStore.setActiveModal(null);
|
||||
break;
|
||||
case ActionTypes.UI_DISPLAY_CONTEXT_MENU:
|
||||
|
||||
Reference in New Issue
Block a user