This commit is contained in:
Anuken
2026-05-28 11:51:45 -04:00
parent a1330c444c
commit ae0c0966d3
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ public class MapPatchImagesDialog extends BaseDialog{
d.cont.add(Core.bundle.format("editor.patches.image.region.name", regionPrefix + image.name)).row();
d.cont.add(Core.bundle.format("editor.patches.image.path", image.name)).row();
d.cont.add(Core.bundle.format("editor.patches.image.env", env)).row();
d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row();
d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row();
d.cont.add(Core.bundle.format("editor.patches.image.filesize", String.format("%,d", image.data.length) + "[darkgray]b"));
d.addCloseButton();

View File

@@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false
archash=f5a6dc4ae3
archash=c5139df8d4