diff options
-rw-r--r-- | ranger/gui/widgets/view_miller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/widgets/view_miller.py b/ranger/gui/widgets/view_miller.py index aa05260d..39fe938e 100644 --- a/ranger/gui/widgets/view_miller.py +++ b/ranger/gui/widgets/view_miller.py @@ -112,7 +112,7 @@ class ViewMiller(ViewBase): # pylint: disable=too-many-ancestors,too-many-insta separators = True if string == "separators" else False borders = True if string == "outline" else False - both = True if string == "both" else False + both = True if string == "both" or string == "true" else False self.color('in_browser', 'border') left_start = 0 |