destroy show apps file chooser dialog when show apps dialog is closed

This commit is contained in:
Philipp Unger
2021-07-14 22:06:39 +02:00
parent 2fcd043301
commit dc4c8a4124

View File

@@ -492,6 +492,7 @@ const Preferences = new Lang.Class({
// remove the settings box so it doesn't get destroyed;
dialog.get_content_area().remove(box);
dialog.destroy();
fileChooser.destroy();
}
return;
}));