mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-16 11:41:56 +00:00
fix: add scrollbar for proxy tab content
This commit is contained in:
parent
ea64dafb4a
commit
298fe49c55
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue