Skip to content

Commit b350df8

Browse files
committed
Fixed wrong function name
1 parent 78b7aed commit b350df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/tracks_list_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _add_tracks(self):
8282
listing.set_name(str(index))
8383
self.tracks_list_box.append(listing)
8484

85-
def on_more_clicked(self, *args):
85+
def _on_more_clicked(self, *args):
8686
from ..pages import HTFromFunctionPage
8787

8888
page = HTFromFunctionPage(self.title_name)

0 commit comments

Comments
 (0)