made 'show side colours' on by default
This commit is contained in:
parent
3230fbcc08
commit
e00d43b9fe
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ void set_show_side_colours(bool value)
|
|||
|
||||
bool show_side_colours()
|
||||
{
|
||||
return prefs["show_side_colours"] == "yes";
|
||||
return prefs["show_side_colours"] != "no";
|
||||
}
|
||||
|
||||
void set_ask_delete_saves(bool value)
|
||||
|
|
Loading…
Add table
Reference in a new issue