settings: add option to disable data fetching delay in media library and playlist editor

This commit is contained in:
Andrzej Rybczak
2014-09-14 13:32:40 +02:00
parent 0efe79b475
commit 67f2903c42
8 changed files with 24 additions and 11 deletions

View File

@@ -153,6 +153,7 @@ struct Configuration
bool mouse_list_scroll_whole_page;
bool visualizer_use_wave;
bool visualizer_in_stereo;
bool data_fetching_delay;
bool media_library_sort_by_mtime;
bool tag_editor_extended_numeration;
bool discard_colors_if_item_is_selected;