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 78b7aed commit b350df8Copy full SHA for b350df8
src/widgets/tracks_list_widget.py
@@ -82,7 +82,7 @@ def _add_tracks(self):
82
listing.set_name(str(index))
83
self.tracks_list_box.append(listing)
84
85
- def on_more_clicked(self, *args):
+ def _on_more_clicked(self, *args):
86
from ..pages import HTFromFunctionPage
87
88
page = HTFromFunctionPage(self.title_name)
0 commit comments