user can configure visible columns in track-list
This commit is contained in:
@@ -54,8 +54,9 @@ const (
|
||||
|
||||
// Config events.
|
||||
const (
|
||||
LibraryConfigChanged = "LibraryConfigChanged"
|
||||
ThemeConfigChanged = "ThemeConfigChanged"
|
||||
LibraryConfigChanged = "LibraryConfigChanged"
|
||||
ThemeConfigChanged = "ThemeConfigChanged"
|
||||
TrackListConfigChanged = "TrackListConfigChanged"
|
||||
)
|
||||
|
||||
// Playlist events.
|
||||
|
||||
Reference in New Issue
Block a user