fix: add scrollbar for proxy tab content

This commit is contained in:
Cyrix126 2025-04-12 10:04:55 +02:00
parent ea64dafb4a
commit 298fe49c55

View file

@ -198,7 +198,6 @@ impl XmrigProxy {
});
});
}
});
// show instructions to connect miners to the proxy
ui.add_space(SPACE);
ui.label("Instructions:");
@ -245,6 +244,7 @@ impl XmrigProxy {
} else {
ui.label("Proxy port is not reachable from outside the local network");
}
});
}
fn name_field(&mut self, ui: &mut Ui) -> bool {