Fixed an issue where closing the pgAdmin main window did not automatically close the View Logs and Configure Runtime dialogs.

This commit is contained in:
Akshay Joshi
2025-03-31 12:59:03 +05:30
parent bd259cda42
commit c001b7b50a
+2
View File
@@ -104,6 +104,7 @@ function openConfigure() {
height: 580,
position: 'center',
resizable: false,
parent: pgAdminMainScreen,
icon: '../../assets/pgAdmin4.png',
webPreferences: {
preload: path.join(__dirname, 'other_preload.js'),
@@ -333,6 +334,7 @@ function launchPgAdminWindow() {
height: 460,
position: 'center',
resizable: false,
parent: pgAdminMainScreen,
icon: '../../assets/pgAdmin4.png',
webPreferences: {
preload: path.join(__dirname, 'other_preload.js'),