Update config of main process when the config file is updated
This commit is contained in:
@@ -86,6 +86,7 @@ var SettingsPage = React.createClass({
|
||||
}
|
||||
|
||||
ipcRenderer.send('update-menu', config);
|
||||
ipcRenderer.send('update-config');
|
||||
|
||||
if (typeof toIndex == 'undefined' || toIndex) {
|
||||
backToIndex();
|
||||
|
Reference in New Issue
Block a user