Merge pull request #444 from yuya-oc/tray-menu

Fix an issue where server select menu was not working in settings page
This commit is contained in:
Yuya Ochiai
2017-02-22 23:37:15 +09:00
committed by GitHub

View File

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