Skip to content

Commit

Permalink
feat: clarify GPL version in about dialog
Browse files Browse the repository at this point in the history
Before it stated "or later", though I expected it to be 3.0 only
  • Loading branch information
krypt0nn committed Aug 2, 2024
1 parent e2823aa commit 0e692df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl SimpleComponent for AboutDialog {
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,
set_license_type: gtk::License::Gpl30Only,
set_version: &APP_VERSION,

set_developers: &[
Expand Down

0 comments on commit 0e692df

Please sign in to comment.