mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 12:33:31 +00:00
network: Prompts Desktop App to ask for network setting in add-org page.
Fixes: #540.
This commit is contained in:
committed by
Akash Nimare
parent
b76f01349a
commit
30b40e2ff2
@@ -1005,6 +1005,10 @@ class ServerManagerView {
|
||||
webview.send('set-idle');
|
||||
});
|
||||
});
|
||||
|
||||
ipcRenderer.on('open-network-settings', () => {
|
||||
this.openSettings('Network');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user