1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2025-02-23 04:59:19 +07:00

Mod browser dialog back button moved to overlay

This commit is contained in:
Anuken 2024-09-23 21:06:54 -04:00
parent 51b415731a
commit 8e1df180bc

View File

@ -72,6 +72,7 @@ public class ModsDialog extends BaseDialog{
browserTable = tablebrow;
}).scrollX(false);
browser.addCloseButton();
browser.makeButtonOverlay();
browser.onResize(this::rebuildBrowser);