We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5447e5f commit c56e648Copy full SHA for c56e648
src/Application.vala
@@ -47,8 +47,6 @@ public class Byte : Gtk.Application {
47
scan_service = new Services.Scan ();
48
radio_browser = new Services.RadioBrowser ();
49
lastfm_service = new Services.Lastfm ();
50
-
51
52
}
53
54
protected override void activate () {
@@ -73,7 +71,7 @@ public class Byte : Gtk.Application {
73
71
74
72
main_window.set_allocation (rect);
75
main_window.show_all ();
76
+
77
// Indicator
78
indicator = new Services.Indicator ();
79
indicator.initialize ();
0 commit comments