Fix an issue where server select menu was not working in settings page

Close #443
This commit is contained in:
Yuya Ochiai
2017-02-21 20:07:46 +09:00
parent a48f87d13a
commit 53ba253c14

View File

@@ -58,6 +58,9 @@ const SettingsPage = React.createClass({
showAddTeamForm: true showAddTeamForm: true
}); });
}); });
ipcRenderer.on('switch-tab', (event, key) => {
backToIndex(key);
});
}, },
setSavingState(state) { setSavingState(state) {