Code Cleanup

This commit is contained in:
Sumner Evans
2019-10-17 07:09:07 -06:00
parent 1b6703adb0
commit e491437d77
2 changed files with 1 additions and 2 deletions

View File

@@ -114,7 +114,6 @@ class CoverArtGrid(Gtk.ScrolledWindow):
def start_loading(): def start_loading():
self.download_occurred = True self.download_occurred = True
self.spinner.show() self.spinner.show()
def stop_loading(): def stop_loading():

View File

@@ -186,7 +186,7 @@ class PlayerControls(Gtk.ActionBar):
def on_play_queue_click(self, button): def on_play_queue_click(self, button):
self.play_queue_popover.set_relative_to(button) self.play_queue_popover.set_relative_to(button)
# TODO scroll the sfcurrently playing song into view. # TODO scroll the currently playing song into view.
self.play_queue_popover.popup() self.play_queue_popover.popup()
self.play_queue_popover.show_all() self.play_queue_popover.show_all()