mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
renderer: Remove unused reloadView argument.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -973,10 +973,7 @@ export class ServerManagerView {
|
||||
await LinkUtil.openBrowser(new URL("https://zulip.com/help/"));
|
||||
});
|
||||
|
||||
ipcRenderer.on(
|
||||
"reload-viewer",
|
||||
this.reloadView.bind(this, this.tabs[this.activeTabIndex].props.index),
|
||||
);
|
||||
ipcRenderer.on("reload-viewer", this.reloadView.bind(this));
|
||||
|
||||
ipcRenderer.on("reload-current-viewer", this.reloadCurrentView.bind(this));
|
||||
|
||||
|
Reference in New Issue
Block a user