Skip to content

Commit c001b7b

Browse files
committed
Fixed an issue where closing the pgAdmin main window did not automatically close the View Logs and Configure Runtime dialogs.
1 parent bd259cd commit c001b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/src/js/pgadmin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ function openConfigure() {
104104
height: 580,
105105
position: 'center',
106106
resizable: false,
107+
parent: pgAdminMainScreen,
107108
icon: '../../assets/pgAdmin4.png',
108109
webPreferences: {
109110
preload: path.join(__dirname, 'other_preload.js'),
@@ -333,6 +334,7 @@ function launchPgAdminWindow() {
333334
height: 460,
334335
position: 'center',
335336
resizable: false,
337+
parent: pgAdminMainScreen,
336338
icon: '../../assets/pgAdmin4.png',
337339
webPreferences: {
338340
preload: path.join(__dirname, 'other_preload.js'),

0 commit comments

Comments
 (0)