mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 21:13:32 +00:00
renderer: Remove dead show-network-error message.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -957,10 +957,6 @@ class ServerManagerView {
|
||||
},
|
||||
);
|
||||
|
||||
ipcRenderer.on("show-network-error", (event: Event, index: number) => {
|
||||
this.openNetworkTroubleshooting(index);
|
||||
});
|
||||
|
||||
ipcRenderer.on("open-settings", async () => {
|
||||
await this.openSettings();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user