Made the sort indicator actually show.

This commit is contained in:
The Wobbler 2025-02-23 16:43:19 +01:00
parent 7205de8389
commit 894b3d213a

View file

@ -22,6 +22,7 @@ class PlaylistView(QTreeWidget):
self.header = self.header()
self.header.setSectionsClickable(True)
self.header.setSortIndicatorShown(True)
playlist.views[id(dock)] = self