settings: fix autocenter_mode setting

This commit is contained in:
Andrzej Rybczak
2014-09-07 18:47:49 +02:00
parent 0ca9846637
commit 525fce7f67

View File

@@ -371,7 +371,7 @@ bool Configuration::read(const std::string &config_path)
volume_change_step, 2 volume_change_step, 2
)); ));
p.add("autocenter_mode", yes_no( p.add("autocenter_mode", yes_no(
titles_visibility, false autocenter_mode, false
)); ));
p.add("centered_cursor", yes_no( p.add("centered_cursor", yes_no(
centered_cursor, false centered_cursor, false