mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
remove overrided drawBackground()
This commit is contained in:
@@ -290,7 +290,7 @@ public class SettingS {
|
||||
*/
|
||||
|
||||
addGraphicCheckSetting("spathfinder", true);
|
||||
addGraphicSlideSetting("infoUiScale", 100, 50, 200, 10, s -> s + "%");
|
||||
addGraphicSlideSetting("infoUiScale", 100, 50, 100, 5, s -> s + "%");
|
||||
addGraphicSlideSetting("coreItemCheckRate", 60, 6, 180, 6, s -> Strings.fixed(s/60f,1) + "sec");
|
||||
addGraphicCheckSetting("pastwave", false);
|
||||
addGraphicCheckSetting("emptywave", true);
|
||||
|
||||
Reference in New Issue
Block a user