mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Set show-sidebar to true by default.
This commit is contained in:
@@ -36,7 +36,7 @@ class ServerManagerView {
|
||||
}
|
||||
|
||||
initSidebar() {
|
||||
const showSidebar = ConfigUtil.getConfigItem('show-sidebar');
|
||||
const showSidebar = ConfigUtil.getConfigItem('show-sidebar', true);
|
||||
this.toggleSidebar(showSidebar);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user