Added option to hide album dates (#417)

* Added option to hide album dates

* Fixed formating typo
This commit is contained in:
Lucas Zacharewicz
2020-12-13 08:02:49 -05:00
committed by GitHub
parent b72768d168
commit 750e7ff59d
5 changed files with 9 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ struct Configuration
bool visualizer_in_stereo;
bool data_fetching_delay;
bool media_library_sort_by_mtime;
bool media_lib_hide_album_dates;
bool tag_editor_extended_numeration;
bool discard_colors_if_item_is_selected;
bool store_lyrics_in_song_dir;