feat: clarify GPL version in about dialog

Before it stated "or later", though I expected it to be 3.0 only
This commit is contained in:
Nikita Podvirnyi 2024-08-02 11:06:14 +02:00
parent e2823aafa5
commit 0e692df475
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -39,7 +39,7 @@ impl SimpleComponent for AboutDialog {
set_website: "https://github.com/an-anime-team/an-anime-game-launcher", 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_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher/issues",
set_license_type: gtk::License::Gpl30, set_license_type: gtk::License::Gpl30Only,
set_version: &APP_VERSION, set_version: &APP_VERSION,
set_developers: &[ set_developers: &[