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);