mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-10-30 04:57:37 +00:00
fix: minor visual status xvb
This commit is contained in:
parent
9e0ef7a6c3
commit
2f8ed66a2d
1 changed files with 2 additions and 2 deletions
|
@ -391,12 +391,12 @@ fn xvb(ui: &mut Ui, min_height: f32, width: f32, height: f32, xvb_api: &Arc<Mute
|
|||
.on_hover_text(STATUS_XVB_TIME_REMAIN);
|
||||
ui.add_sized(
|
||||
[width, height],
|
||||
Label::new(format!("{} minutes left", api.time_remain)),
|
||||
Label::new(format!("{} minutes", api.time_remain)),
|
||||
);
|
||||
// Donated Hashrate
|
||||
ui.add_sized(
|
||||
[width, height],
|
||||
Label::new(RichText::new("Donated Hashrate").underline().color(BONE)),
|
||||
Label::new(RichText::new("Bonus Hashrate").underline().color(BONE)),
|
||||
)
|
||||
.on_hover_text(STATUS_XVB_DONATED_HR);
|
||||
ui.add_sized(
|
||||
|
|
Loading…
Reference in a new issue