Skip to content

Commit

Permalink
Make license and color parameters non-nullable in AboutWindow c…
Browse files Browse the repository at this point in the history
…onstructor
  • Loading branch information
lainsce committed Sep 7, 2024
1 parent 5b91f44 commit 8c99fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Widgets/AboutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ public class He.AboutWindow : He.Window {
string[]? translators,
string[]? developers,
int copyright_year,
Licenses? license,
He.Colors? color) {
Licenses license,
He.Colors color) {
this.parent = parent;
this.app_name = app_name;
this.app_id = app_id;
Expand Down

0 comments on commit 8c99fac

Please sign in to comment.