Skip to content

Commit

Permalink
Application: init Granite
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 21, 2024
1 parent fdcb337 commit 5ef63eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class Feedback.Application : Gtk.Application {
protected override void startup () {
base.startup ();

Granite.init ();

var quit_action = new SimpleAction ("quit", null);

add_action (quit_action);
Expand Down

0 comments on commit 5ef63eb

Please sign in to comment.