mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
fix: hide logo on advanced mode not enough height
This commit is contained in:
parent
4ad48308e3
commit
973bb05c66
1 changed files with 17 additions and 15 deletions
|
@ -33,6 +33,7 @@ impl crate::disk::state::Xvb {
|
|||
api: &Arc<Mutex<PubXvbApi>>,
|
||||
private_stats: bool,
|
||||
) {
|
||||
if self.simple {
|
||||
let website_height = size.y / 10.0;
|
||||
let width = size.x;
|
||||
let height = size.y;
|
||||
|
@ -48,6 +49,7 @@ impl crate::disk::state::Xvb {
|
|||
ui.hyperlink_to("XMRvsBeast", XVB_URL);
|
||||
ui.add_space(space_h);
|
||||
});
|
||||
}
|
||||
// console output for log
|
||||
debug!("XvB Tab | Rendering [Console]");
|
||||
ui.group(|ui| {
|
||||
|
|
Loading…
Reference in a new issue