mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
preference: Unify duplicate toggle-sidebar-setting event.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -999,7 +999,7 @@ class ServerManagerView {
|
||||
this.toggleSidebar(show);
|
||||
|
||||
// Toggle sidebar switch in the general settings
|
||||
this.updateGeneralSettings("toggle-sidebar-setting", show);
|
||||
this.updateGeneralSettings("toggle-sidebar", show);
|
||||
});
|
||||
|
||||
ipcRenderer.on("toggle-silent", (event: Event, state: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user