Skip to content

Commit

Permalink
Merge branch 'main' into tintou/translation-init
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Oct 14, 2024
2 parents 96affcc + 87fee86 commit dd39d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/CheckView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Installer.CheckView : AbstractInstallerView {
private Gtk.Box message_box;
public bool has_messages {
get {
return message_box.get_first_child != null;
return message_box.get_first_child () != null;
}
}

Expand Down

0 comments on commit dd39d36

Please sign in to comment.