Skip to content

UI rescaling preference

Olivier Girondel requested to merge beta-resolution into beta

This MR adds a new preference to enable/disable the rescaling feature, based on screen resolution:

  1. For screens >= Full HD, no rescaling is ever applied.
  2. For resolutions smaller than Full HD, the user is prompted to select whether he wants to apply auto rescaling or not.

The preference is stored as lbRescale in the browser's local storage, and can be modified in the Settings screen.

Merge request reports