Skip to content

Commit

Permalink
Fix bug with label update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbermel committed Dec 1, 2016
1 parent 36886f3 commit 1a430c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/includes/gui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def start
@lbl3.text = "Downloading: " + item.to_s + ".mp3"
download(url, @prepare.sanitize(name))
end
end
end
@lbl3.text = "Done!"
end


Expand Down

0 comments on commit 1a430c6

Please # to comment.