Merge pull request #776 from fwSmit/icon-fix

Turn icons on by default
This commit is contained in:
Nikos Tsipinakis 2020-11-08 17:15:41 +02:00 committed by GitHub
commit 8e3eade7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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