Skip to content

Commit

Permalink
Update about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBeveridge committed Dec 20, 2024
1 parent fd6e408 commit a7bc3a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/raider-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,10 @@ static void raider_application_show_about(GSimpleAction *action, GVariant *param

g_autofree gchar *program_name = g_strdup(_("File Shredder"));

adw_show_about_window (window,
"transient-for", window,
adw_show_about_dialog (GTK_WIDGET(window),
"application-name", program_name,
"application-icon", "com.github.ADBeveridge.Raider",
"version", "3.0.1",
"version", "3.0.2",
"copyright", "© 2024 Alan Beveridge",
"issue-url", "https://github.com/ADBeveridge/raider/issues/new",
"license-type", GTK_LICENSE_GPL_3_0,
Expand Down

0 comments on commit a7bc3a3

Please sign in to comment.