mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 06:28:27 +03:00
fix(ui): updated launcher urls in about window
This commit is contained in:
parent
da70ae174c
commit
245f8f5559
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue