Add option to add torrent without starting

This commit is contained in:
John Furrow
2016-04-23 14:33:40 -07:00
parent fc01d93431
commit dda0ce0e88
25 changed files with 155 additions and 182 deletions

View File

@@ -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: