diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/viewer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index e5091d0..540adb4 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -1356,9 +1356,7 @@ static bool viewer_options_menu(void) rb->lcd_setmargins(0,0); /* Show-scrollbar mode for current view-width mode */ - if (!ONE_SCREEN_FITS_ALL()) - if (prefs.scrollbar_mode == true) - init_need_scrollbar(); + init_need_scrollbar(); #endif return result; } |