Clean up text capitalization, misc UI (#1072)

This commit is contained in:
Joshua Fan
2019-11-15 17:01:59 -08:00
committed by Anuken
parent b795d97d0e
commit cafd95859f
26 changed files with 67 additions and 67 deletions

View File

@@ -218,7 +218,7 @@ public class SettingsMenuDialog extends SettingsDialog{
control.setInput(new MobileInput());
}
}*/
game.sliderPref("saveinterval", 60, 10, 5 * 120, i -> Core.bundle.format("setting.seconds", i));
game.sliderPref("saveinterval", 60, 10, 5 * 120, 10, i -> Core.bundle.format("setting.seconds", i));
if(!mobile){
game.checkPref("crashreport", true);