mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-23 07:09:23 +00:00
Update main.rs
This commit is contained in:
parent
de033260e6
commit
35fd98d0ca
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ impl eframe::App for App {
|
||||||
// Is yellow if the user updated and should (but isn't required to) restart.
|
// Is yellow if the user updated and should (but isn't required to) restart.
|
||||||
match *lock!(self.restart) {
|
match *lock!(self.restart) {
|
||||||
Restart::Yes => ui.add_sized([width, height], Label::new(RichText::new(&self.name_version).color(YELLOW))).on_hover_text(GUPAX_SHOULD_RESTART),
|
Restart::Yes => ui.add_sized([width, height], Label::new(RichText::new(&self.name_version).color(YELLOW))).on_hover_text(GUPAX_SHOULD_RESTART),
|
||||||
_ => ui.add_sized([width, height], Label::new(&self.name_version)).on_hover_text(GUPAX_UP_TO_DATE),
|
_ => ui.add_sized([width, height], Label::new(&self.name_version)),
|
||||||
};
|
};
|
||||||
ui.separator();
|
ui.separator();
|
||||||
// [OS]
|
// [OS]
|
||||||
|
|
Loading…
Reference in a new issue