mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 21:09:54 +08:00
Run spotlessApply
This commit is contained in:
@@ -114,8 +114,7 @@ public final class RegionHandler implements Router {
|
||||
customConfig.addProperty("sdkenv", "2");
|
||||
customConfig.addProperty("checkdevice", "false");
|
||||
customConfig.addProperty("loadPatch", "false");
|
||||
customConfig.addProperty("showexception",
|
||||
String.valueOf(showExceptions));
|
||||
customConfig.addProperty("showexception", String.valueOf(showExceptions));
|
||||
customConfig.addProperty("regionConfig", "pm|fk|add");
|
||||
customConfig.addProperty("downloadMode", "0");
|
||||
customConfig.add("coverSwitch", hiddenIcons);
|
||||
|
||||
Reference in New Issue
Block a user