fix(ui): updated launcher urls in about window

This commit is contained in:
Observer KRypt0n_ 2023-03-06 21:22:14 +02:00
parent da70ae174c
commit 245f8f5559
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -40,8 +40,8 @@ impl SimpleComponent for AboutDialog {
set_application_name: "An Anime Game Launcher",
set_application_icon: APP_ID,
set_website: "https://github.com/an-anime-team/an-anime-game-launcher-gtk",
set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher-gtk/issues",
set_website: "https://github.com/an-anime-team/an-anime-game-launcher",
set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher/issues",
set_license_type: gtk::License::Gpl30,