settings: add config option to not confirm shuffling playlist

This commit is contained in:
Asa Sourdiffe
2015-12-22 12:21:20 -08:00
committed by Andrzej Rybczak
parent d2db864293
commit 20f37968c2
4 changed files with 7 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ struct Configuration
bool use_console_editor;
bool use_cyclic_scrolling;
bool ask_before_clearing_playlists;
bool ask_before_shuffling_playlists;
bool mouse_support;
bool mouse_list_scroll_whole_page;
bool visualizer_in_stereo;