Fix hires-slider-default being controlled by the lowres-default setting

This commit is contained in:
Lukas Rieger (Blue) 2022-08-07 08:35:16 +02:00
parent bddd455581
commit e2f1f10fdb
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class WebFilesManager {
this.resolutionDefault = config.getResolutionDefault();
this.hiresSliderMax = config.getHiresSliderMax();
this.hiresSliderDefault = config.getLowresSliderDefault();
this.hiresSliderDefault = config.getHiresSliderDefault();
this.hiresSliderMin = config.getHiresSliderMin();
this.lowresSliderMax = config.getLowresSliderMax();