network: Prompts Desktop App to ask for network setting in add-org page.

Fixes: #540.
This commit is contained in:
Muskan Khedia
2019-09-28 17:44:34 +05:30
committed by Akash Nimare
parent b76f01349a
commit 30b40e2ff2
4 changed files with 44 additions and 8 deletions

View File

@@ -1005,6 +1005,10 @@ class ServerManagerView {
webview.send('set-idle');
});
});
ipcRenderer.on('open-network-settings', () => {
this.openSettings('Network');
});
}
}