Client Launcher TUI input handler added

This commit is contained in:
2026-04-30 19:20:56 +02:00
parent 5246818fca
commit 671c523599
2 changed files with 33 additions and 18 deletions
@@ -25,7 +25,6 @@ public class TUI implements IView, Observer {
// ── punto di ingresso ───────────────────────────────────────
public void render()
{
this.model=model;
try{
String os = System.getProperty("os.name").toLowerCase();
ProcessBuilder pb;