Skip to content

Commit

Permalink
Mod browser dialog back button moved to overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Sep 24, 2024
1 parent 51b4157 commit 8e1df18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/mindustry/ui/dialogs/ModsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public ModsDialog(){
browserTable = tablebrow;
}).scrollX(false);
browser.addCloseButton();
browser.makeButtonOverlay();

browser.onResize(this::rebuildBrowser);

Expand Down

0 comments on commit 8e1df18

Please sign in to comment.