Skip to content

Commit

Permalink
Release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Oct 30, 2019
1 parent 5447e5f commit c56e648
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public class Byte : Gtk.Application {
scan_service = new Services.Scan ();
radio_browser = new Services.RadioBrowser ();
lastfm_service = new Services.Lastfm ();


}

protected override void activate () {
Expand All @@ -73,7 +71,7 @@ public class Byte : Gtk.Application {

main_window.set_allocation (rect);
main_window.show_all ();

// Indicator
indicator = new Services.Indicator ();
indicator.initialize ();
Expand Down

0 comments on commit c56e648

Please sign in to comment.