Skip to content

Commit

Permalink
aboutDialog: Fix passing parent widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Apr 4, 2024
1 parent 3e706e8 commit 39944b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/aboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ const ABOUT_RESOURCE = '/com/github/tchx84/Flatseal/widgets/aboutDialog.ui';
function showAboutDialog(window) {
const builder = Gtk.Builder.new_from_resource(ABOUT_RESOURCE);
const dialog = builder.get_object('about-window');
dialog.present(parent=window);
dialog.present(window);
}

0 comments on commit 39944b9

Please sign in to comment.