Skip to content

Commit

Permalink
Remove use of thread - not needed as async
Browse files Browse the repository at this point in the history
  • Loading branch information
technosf committed Oct 9, 2024
1 parent 1c8f28f commit 142b2ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Widgets/StationBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ public class Tuner.StationBox : Tuner.WelcomeButton {
construct {
warning (@"StationBox construct $(station.title)");

//new Thread(load_favicon());
new Thread<void>("station-box", load_favicon);

load_favicon();

get_style_context().add_class("station-button");
always_show_image = true;
Expand Down

0 comments on commit 142b2ce

Please sign in to comment.