mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-05 13:39:26 +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>>,
|
api: &Arc<Mutex<PubXvbApi>>,
|
||||||
private_stats: bool,
|
private_stats: bool,
|
||||||
) {
|
) {
|
||||||
|
if self.simple {
|
||||||
let website_height = size.y / 10.0;
|
let website_height = size.y / 10.0;
|
||||||
let width = size.x;
|
let width = size.x;
|
||||||
let height = size.y;
|
let height = size.y;
|
||||||
|
@ -48,6 +49,7 @@ impl crate::disk::state::Xvb {
|
||||||
ui.hyperlink_to("XMRvsBeast", XVB_URL);
|
ui.hyperlink_to("XMRvsBeast", XVB_URL);
|
||||||
ui.add_space(space_h);
|
ui.add_space(space_h);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
// console output for log
|
// console output for log
|
||||||
debug!("XvB Tab | Rendering [Console]");
|
debug!("XvB Tab | Rendering [Console]");
|
||||||
ui.group(|ui| {
|
ui.group(|ui| {
|
||||||
|
|
Loading…
Reference in a new issue