new feature: support for stereo visualization
This commit is contained in:
@@ -426,6 +426,7 @@ void NcmpcppConfig::SetDefaults()
|
||||
mouse_list_scroll_whole_page = true;
|
||||
new_design = false;
|
||||
visualizer_use_wave = true;
|
||||
visualizer_in_stereo = false;
|
||||
browser_sort_by_mtime = false;
|
||||
tag_editor_extended_numeration = false;
|
||||
media_library_display_date = true;
|
||||
@@ -1056,6 +1057,10 @@ void NcmpcppConfig::Read()
|
||||
{
|
||||
visualizer_use_wave = v == "wave";
|
||||
}
|
||||
else if (cl.find("visualizer_in_stereo") != std::string::npos)
|
||||
{
|
||||
visualizer_in_stereo = v == "yes";
|
||||
}
|
||||
else if (cl.find("mouse_support") != std::string::npos)
|
||||
{
|
||||
mouse_support = v == "yes";
|
||||
|
||||
Reference in New Issue
Block a user