@quanta-intellect/vessel-browser 0.1.76 → 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/main/index.js
CHANGED
|
@@ -25490,6 +25490,9 @@ function registerIpcHandlers(windowState, runtime2) {
|
|
|
25490
25490
|
});
|
|
25491
25491
|
electron.ipcMain.handle(Channels.SETTINGS_VISIBILITY, (_, open) => {
|
|
25492
25492
|
windowState.uiState.settingsOpen = open;
|
|
25493
|
+
if (open) {
|
|
25494
|
+
windowState.uiState.sidebarOpen = false;
|
|
25495
|
+
}
|
|
25493
25496
|
layoutViews(windowState);
|
|
25494
25497
|
return windowState.uiState.settingsOpen;
|
|
25495
25498
|
});
|