Skip to content

Commit

Permalink
Prefer icons at 32x32 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Șuteu authored Jul 20, 2017
1 parent 2490398 commit 5a270c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obbrowser
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ my $config_documentation = <<"EOD";
| mime_ext_only : A true value will make the script to get the mimetype by extension only.
This will improve the performance, as no content will be read from files.
| icon_size : Preferred size for icons. (default: 16)
| icon_size : Preferred size for icons. (default: 32)
| skip_svg_icons : Ignore SVG icons. (default: 0)
| force_svg_icons : Use only SVG icons. (default: 0)
| force_icon_size : Use only icons at the prefered icon size, if possible. (default: 0)
| force_icon_size : Use only icons at the preferred icon size, if possible. (default: 0)
|| MENU
Expand All @@ -123,7 +123,7 @@ my %CONFIG = (
dirs_first => 0,
with_icons => 1,
mime_ext_only => 0,
icon_size => 16,
icon_size => 32,
force_icon_size => 0,
force_svg_icons => 0,
skip_svg_icons => 0,
Expand Down

0 comments on commit 5a270c5

Please sign in to comment.