From c56e648ba1b773c1f412dc843bd8b659e0beb55c Mon Sep 17 00:00:00 2001 From: Alain M Date: Wed, 30 Oct 2019 15:23:30 -0500 Subject: [PATCH] Release 0.1.12 --- src/Application.vala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Application.vala b/src/Application.vala index 83f34df..7cdeb6c 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -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 () { @@ -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 ();