Code Cleanup
This commit is contained in:
@@ -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():
|
||||||
|
@@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user