fluid terminal

This commit is contained in:
PrototypeTrousers
2023-01-28 22:59:40 -03:00
parent 03ed421331
commit 7c4e5679a3
9 changed files with 847 additions and 14 deletions
@@ -442,7 +442,7 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi
return this.repo.hasPower();
}
int getMaxRows() {
protected int getMaxRows() {
return AEConfig.instance().getConfigManager().getSetting(Settings.TERMINAL_STYLE) == TerminalStyle.SMALL ? 6 : Integer.MAX_VALUE;
}