Turn icons on by default

This commit is contained in:
fwsmit 2020-11-06 13:16:57 +01:00
parent 3001f79fc3
commit 5caac20268

View File

@ -416,7 +416,7 @@ void load_settings(char *cmdline_config_path)
{
char *c = option_get_string(
"global",
"icon_position", "-icon_position", "off",
"icon_position", "-icon_position", "left",
"Align icons left/right/off"
);