Fixed #8483 (meep why did you make the minimum 5%)

This commit is contained in:
Anuken
2023-04-07 11:05:26 -04:00
parent 60fc2fb5cd
commit f4fabecce7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ public class Vars implements Loadable{
settings.setAutosave(false);
settings.load();
Scl.setProduct(settings.getInt("uiscale", 100) / 100f);
Scl.setProduct(Math.max(settings.getInt("uiscale", 100), 25) / 100f);
if(!loadLocales) return;