Skip to content

Commit

Permalink
He.Color. → He.
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 7, 2024
1 parent e7126cb commit a81123c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public class Mondai.Application : He.Application {
}

public override void activate () {
this.active_window ? .present ();
this.active_window?.present ();
}

public override void startup () {
Gdk.RGBA accent_color = { 0 };
accent_color.parse ("#828292");
default_accent_color = He.Color.from_gdk_rgba (accent_color);
default_accent_color = He.from_gdk_rgba (accent_color);

resource_base_path = "/com/fyralabs/Mondai";

Expand Down

0 comments on commit a81123c

Please sign in to comment.